diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-20 14:10:35 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-20 14:10:35 +0800 |
commit | abd7fc12483fccd9efb9d13b2313a30b5c666683 (patch) | |
tree | 1600b22e5f6048cc38b29f7bcff0c57e02c2ccbc /dns/powerdns/files/patch-modules_gpgsqlbackend_OBJECTLIBS | |
parent | 42c04c0ba092ba8858cbd460b3b5e3dea1a7bfe8 (diff) | |
download | freebsd-ports-gnome-abd7fc12483fccd9efb9d13b2313a30b5c666683.tar.gz freebsd-ports-gnome-abd7fc12483fccd9efb9d13b2313a30b5c666683.tar.zst freebsd-ports-gnome-abd7fc12483fccd9efb9d13b2313a30b5c666683.zip |
PowerDNS is an advanced DNS server, which allows for several different
backends. Current backends include MySQL, PostgreSQL, bind, etc.
WWW: http://www.powerdns.com/
License: GPL
Patches obtained from: OpenBSD <maurice@amaze.nl>
Diffstat (limited to 'dns/powerdns/files/patch-modules_gpgsqlbackend_OBJECTLIBS')
-rw-r--r-- | dns/powerdns/files/patch-modules_gpgsqlbackend_OBJECTLIBS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dns/powerdns/files/patch-modules_gpgsqlbackend_OBJECTLIBS b/dns/powerdns/files/patch-modules_gpgsqlbackend_OBJECTLIBS new file mode 100644 index 000000000000..200a917059a1 --- /dev/null +++ b/dns/powerdns/files/patch-modules_gpgsqlbackend_OBJECTLIBS @@ -0,0 +1,5 @@ +--- modules/gpgsqlbackend/OBJECTLIBS.orig Tue Dec 17 08:35:41 2002 ++++ modules/gpgsqlbackend/OBJECTLIBS Tue Dec 17 08:35:50 2002 +@@ -1 +1 @@ +--lpq++ -lpq -lssl -lcrypt -lcrypto ++-lpq++ -lpq -lssl -lcrypto |