]> git.pld-linux.org Git - packages/pdns.git/blob - pdns-configure.patch
- patch to remove BR on libpq++-static
[packages/pdns.git] / pdns-configure.patch
1 diff -urN orig/configure my/configure
2 --- orig/configure      2004-02-28 21:39:56.000000000 +0100
3 +++ my/configure        2004-03-11 12:35:50.000000000 +0100
4 @@ -21470,7 +21470,7 @@
5         PGSQL_libdir=
6         for m in $PGSQL_lib_check; do
7                 if test -d "$m" && \
8 -                  (test -f "$m/libpq.a" || test -f "$m/libpq++.a")
9 +                  (test -f "$m/libpq.so" || test -f "$m/libpq++.so")
10                 then
11                         PGSQL_libdir=$m
12                         break
This page took 0.175772 seconds and 3 git commands to generate.