diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-11-07 02:41:08 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-11-07 02:41:08 +0000 |
commit | 21d222ea25acefac9516bf2fd9809cc3e07741e3 (patch) | |
tree | cee0916c97bd88154fdfa0f94f57d641a5e39de6 /net-dns/unbound/files | |
parent | Marked ~hppa (bug #441688). (diff) | |
download | gentoo-2-21d222ea25acefac9516bf2fd9809cc3e07741e3.tar.gz gentoo-2-21d222ea25acefac9516bf2fd9809cc3e07741e3.tar.bz2 gentoo-2-21d222ea25acefac9516bf2fd9809cc3e07741e3.zip |
Respect CFLAGS (bug #439708).
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-dns/unbound/files')
-rw-r--r-- | net-dns/unbound/files/unbound-1.4.17-gentoo.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dns/unbound/files/unbound-1.4.17-gentoo.patch b/net-dns/unbound/files/unbound-1.4.17-gentoo.patch new file mode 100644 index 000000000000..555beef28737 --- /dev/null +++ b/net-dns/unbound/files/unbound-1.4.17-gentoo.patch @@ -0,0 +1,11 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -208,8 +208,6 @@ + # Checks for typedefs, structures, and compiler characteristics. + AC_C_CONST + AC_LANG_C +-ACX_CHECK_COMPILER_FLAG(g, [CFLAGS="$CFLAGS -g"]) +-ACX_CHECK_COMPILER_FLAG(O2, [CFLAGS="$CFLAGS -O2"]) + AC_PROG_CC + ACX_DEPFLAG + ACX_DETERMINE_EXT_FLAGS_UNBOUND |