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.
12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
$OpenBSD: patch-modules_gpgsqlbackend_OBJECTLIBS,v 1.3 2009/06/23 22:59:57 sthen Exp $
|
|
|
|
libcrypt doesn't exist on OpenBSD.
|
|
|
|
--- modules/gpgsqlbackend/OBJECTLIBS.orig Wed Nov 19 08:31:09 2008
|
|
+++ modules/gpgsqlbackend/OBJECTLIBS Mon Jun 22 23:52:28 2009
|
|
@@ -1,3 +1,3 @@
|
|
--lpq -lssl -lcrypto -lcrypt
|
|
+-lpq -lssl -lcrypto
|
|
|
|
|