diff options
Diffstat (limited to 'net-dns/unbound/files/unbound-1.4.17-gentoo.patch')
-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 |