4d27560758
- unbreak modules; when any module was enabled pdns_server was failing to start up(!). Brad traced this to a LINK_SPEC problem and came up with the workaround in patch-configure_in, thanks very much! - set SHARED_ONLY and merge PFRAG.shared into PLISTs; PowerDNS itself can work static-only, but you need to compile-in the relevant modules, which doesn't mix well with MULTI_PACKAGES. mysql backend is tested; other backends not yet, but this is a big improvement on what's there at the moment.
16 lines
360 B
Plaintext
16 lines
360 B
Plaintext
$OpenBSD: patch-pdns_dns_hh,v 1.3 2009/06/23 22:59:57 sthen Exp $
|
|
|
|
Missing header.
|
|
|
|
--- pdns/dns.hh.orig Sat Nov 15 20:05:43 2008
|
|
+++ pdns/dns.hh Mon Jun 22 23:52:28 2009
|
|
@@ -177,6 +177,8 @@ enum {
|
|
#include <machine/endian.h>
|
|
#elif __linux__
|
|
# include <endian.h>
|
|
+#elif __OpenBSD__
|
|
+# include <sys/endian.h>
|
|
|
|
#else // with thanks to <arpa/nameser.h>
|
|
|