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.
17 lines
459 B
Plaintext
17 lines
459 B
Plaintext
$OpenBSD: patch-pdns_Makefile_in,v 1.3 2009/06/23 22:59:57 sthen Exp $
|
|
|
|
Remove target that we take care of in post-install.
|
|
|
|
--- pdns/Makefile.in.orig Sun Jan 25 20:24:49 2009
|
|
+++ pdns/Makefile.in Mon Jun 22 23:52:31 2009
|
|
@@ -1152,8 +1152,7 @@ info-am:
|
|
|
|
install-data-am:
|
|
|
|
-install-exec-am: install-binPROGRAMS install-sbinPROGRAMS \
|
|
- install-sysconfDATA
|
|
+install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
|
|
|
|
install-info: install-info-recursive
|
|
|