diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-09-20 11:22:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-10-22 19:40:13 +0200 |
commit | 080d842693cad0a16989c9db0cce4ca17fdff320 (patch) | |
tree | fcb66b4715927b13b45d03abe92b86bd55b84bb4 /package/libgpg-error/patches/patch-configure | |
parent | 421130c9ba8cd58d3ddf4f5097012046869662f5 (diff) |
gnupg2: update and all deps
Diffstat (limited to 'package/libgpg-error/patches/patch-configure')
-rw-r--r-- | package/libgpg-error/patches/patch-configure | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/package/libgpg-error/patches/patch-configure b/package/libgpg-error/patches/patch-configure deleted file mode 100644 index ef5027984..000000000 --- a/package/libgpg-error/patches/patch-configure +++ /dev/null @@ -1,31 +0,0 @@ ---- libgpg-error-1.12.orig/configure 2013-06-24 06:42:28.000000000 +0200 -+++ libgpg-error-1.12/configure 2015-11-08 11:40:16.360212436 +0100 -@@ -670,6 +670,7 @@ MSGFMT - GETTEXT_MACRO_VERSION - USE_NLS - CC_FOR_BUILD -+CFLAGS_FOR_BUILD - RC - OTOOL64 - OTOOL -@@ -814,7 +815,8 @@ LDFLAGS - LIBS - CPPFLAGS - CPP --CC_FOR_BUILD' -+CC_FOR_BUILD -+CFLAGS_FOR_BUILD' - - - # Initialize some variables set by options. -@@ -12259,8 +12261,10 @@ CFLAGS=$lt_save_CFLAGS - $as_echo_n "checking for cc for build... " >&6; } - if test "$cross_compiling" = "yes"; then - CC_FOR_BUILD="${CC_FOR_BUILD-cc}" -+ CFLAGS_FOR_BUILD="${CFLAGS_FOR_BUILD}" - else - CC_FOR_BUILD="${CC_FOR_BUILD-$CC}" -+ CFLAGS_FOR_BUILD="${CFLAGS_FOR_BUILD-$CFLAGS}" - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_BUILD" >&5 - $as_echo "$CC_FOR_BUILD" >&6; } |