OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../xz/0002-opensde-use-automake-1.11.patch
  5. # Copyright (C) 2013 - 2015 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. OpenSDE specific workaround because we are using automake 1.11.x on master
  17. at this moment, which doesn't support the 'serial-tests' option.
  18. --- ./configure.ac.orig 2014-12-21 19:49:36.000000000 +0100
  19. +++ ./configure.ac 2015-02-04 10:28:46.658258635 +0100
  20. @@ -486,7 +486,7 @@
  21. # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17354
  22. # The -Wno-unsupported is used to silence warnings about missing
  23. # "subdir-objects".
  24. -AM_INIT_AUTOMAKE([1.12 foreign tar-v7 filename-length-max=99 serial-tests -Wno-unsupported])
  25. +AM_INIT_AUTOMAKE([1.11 foreign tar-v7 filename-length-max=99 -Wno-unsupported])
  26. AC_PROG_LN_S
  27. AC_PROG_CC_C99