]> git.pld-linux.org Git - packages/pdns.git/commitdiff
- patch to remove BR on libpq++-static
authorzergin <zergin@pld-linux.org>
Thu, 11 Mar 2004 12:03:13 +0000 (12:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pdns-configure.patch -> 1.1

pdns-configure.patch [new file with mode: 0644]

diff --git a/pdns-configure.patch b/pdns-configure.patch
new file mode 100644 (file)
index 0000000..eab488e
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN orig/configure my/configure
+--- orig/configure     2004-02-28 21:39:56.000000000 +0100
++++ my/configure       2004-03-11 12:35:50.000000000 +0100
+@@ -21470,7 +21470,7 @@
+       PGSQL_libdir=
+       for m in $PGSQL_lib_check; do
+               if test -d "$m" && \
+-                 (test -f "$m/libpq.a" || test -f "$m/libpq++.a")
++                 (test -f "$m/libpq.so" || test -f "$m/libpq++.so")
+               then
+                       PGSQL_libdir=$m
+                       break
This page took 0.160144 seconds and 4 git commands to generate.