SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
net/powerdns/patches/patch-configure_ac
Normal file
14
net/powerdns/patches/patch-configure_ac
Normal file
|
@ -0,0 +1,14 @@
|
|||
Index: configure.ac
|
||||
--- configure.ac.orig
|
||||
+++ configure.ac
|
||||
@@ -12,8 +12,8 @@ AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
# Add some default CFLAGS and CXXFLAGS, can be appended to using the environment variables
|
||||
-CFLAGS="-g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls $CFLAGS"
|
||||
-CXXFLAGS="-g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls $CXXFLAGS"
|
||||
+CFLAGS="-g -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls $CFLAGS"
|
||||
+CXXFLAGS="-g -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -Wno-deprecated-copy $CXXFLAGS"
|
||||
|
||||
AC_SUBST([pdns_configure_args], ["$ac_configure_args"])
|
||||
AC_DEFINE_UNQUOTED([PDNS_CONFIG_ARGS],
|
Loading…
Add table
Add a link
Reference in a new issue