diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 18:48:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 18:48:35 +0100 |
commit | 2e8823cb5c59d7524b5dd5e40266c4ef993b3102 (patch) | |
tree | 69a9d126a579863abbcf09241bf825754e93e04e /package/orbit2/patches/patch-configure | |
parent | d095aec6ce9898c422e86df46195e3410eb1f163 (diff) | |
parent | 2975c1ab583edcfbb46626f003867738fcb0b556 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/orbit2/patches/patch-configure')
-rw-r--r-- | package/orbit2/patches/patch-configure | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package/orbit2/patches/patch-configure b/package/orbit2/patches/patch-configure index e2a4d02c9..696d1b9ac 100644 --- a/package/orbit2/patches/patch-configure +++ b/package/orbit2/patches/patch-configure @@ -1,5 +1,5 @@ --- ORBit2-2.14.19.orig/configure 2010-09-28 11:39:37.000000000 +0200 -+++ ORBit2-2.14.19/configure 2011-03-25 19:39:53.000000000 +0100 ++++ ORBit2-2.14.19/configure 2013-12-08 19:30:23.000000000 +0100 @@ -8373,7 +8373,7 @@ $as_echo_n "checking whether the $compil # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH @@ -9,3 +9,12 @@ # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' +@@ -12950,7 +12950,7 @@ $as_echo "$WARN_CFLAGS" >&6; } + + if test "$enable_maintainer_mode" = "yes"; then + DISABLE_DEPRECATED_CFLAGS=" \ +- -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES" ++ -DG_DISABLE_SINGLE_INCLUDES" + + fi + |