diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-20 06:10:35 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-20 06:10:35 +0000 |
commit | e2cdc9734a84499a55f933450729533c8dfb4250 (patch) | |
tree | 90525d27074641b157f4270a273872c6fdfc5ba7 /net/powerdns/files/patch-configure | |
parent | New Ports / archivers/untar (diff) |
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>
Notes
Notes:
svn path=/head/; revision=73611
Diffstat (limited to 'net/powerdns/files/patch-configure')
-rw-r--r-- | net/powerdns/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/powerdns/files/patch-configure b/net/powerdns/files/patch-configure new file mode 100644 index 000000000000..f4121d2c92d6 --- /dev/null +++ b/net/powerdns/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Dec 16 22:45:46 2002 ++++ configure Mon Dec 16 22:45:59 2002 +@@ -10385,7 +10385,7 @@ + echo "$as_me:$LINENO: result: $PGSQL_incdir" >&5 + echo "${ECHO_T}$PGSQL_incdir" >&6 + +-# LIBS="$LIBS -lpq++ -lpq -lssl -lcrypt -lcrypto" ++# LIBS="$LIBS -lpq++ -lpq -lssl -lcrypto" + fi + + |