openbsd-ports/net/powerdns/patches/patch-configure_in
sthen d72e2bdbfd From Brad:
- Update the autoconf script now that our gcc properly obeys -rdynamic
- Improve patch for dns.hh header

From me:

- Add an rc script
2011-10-24 19:47:55 +00:00

17 lines
529 B
Plaintext

$OpenBSD: patch-configure_in,v 1.2 2011/10/24 19:47:55 sthen Exp $
--- configure.in.orig Sun Jan 25 12:25:37 2009
+++ configure.in Fri Oct 21 08:16:12 2011
@@ -87,12 +87,6 @@ linux*)
THREADFLAGS="-pthread"
CXXFLAGS="-D_GNU_SOURCE $CXXFLAGS"
;;
-openbsd*)
- AC_DEFINE(HAVE_IPV6,1,[If the host operating system understands IPv6])
- DYNLINKFLAGS="-rdynamic"
- LDFLAGS="-lc_r $LDFLAGS"
- CXXFLAGS="-pthread $CXXFLAGS"
- ;;
*)
AC_DEFINE(HAVE_IPV6,1,[If the host operating system understands IPv6])
DYNLINKFLAGS="-rdynamic"