2007-10-15 17:37:01 +02:00
|
|
|
$NetBSD: patch-ab,v 1.5 2007/10/15 15:37:01 jlam Exp $
|
2005-02-18 23:12:43 +01:00
|
|
|
|
2007-10-15 17:37:01 +02:00
|
|
|
--- configure.orig Sat Sep 29 14:43:43 2007
|
2005-02-18 23:12:43 +01:00
|
|
|
+++ configure
|
2007-10-15 17:37:01 +02:00
|
|
|
@@ -23855,7 +23855,7 @@ done
|
2005-03-18 21:20:48 +01:00
|
|
|
test -n "$PG_CONFIG" || PG_CONFIG="pg_config"
|
|
|
|
|
|
|
|
|
|
|
|
-PGSQL_LIBS="-lpq"
|
2005-08-11 02:03:16 +02:00
|
|
|
+test -n "$PGSQL_LIBS" || PGSQL_LIBS="-lpq"
|
2005-03-18 21:20:48 +01:00
|
|
|
|
2007-10-15 17:37:01 +02:00
|
|
|
# Check whether --with-pgsql-libs was given.
|
2005-03-18 21:20:48 +01:00
|
|
|
if test "${with_pgsql_libs+set}" = set; then
|
2007-10-15 17:37:01 +02:00
|
|
|
@@ -25649,7 +25649,7 @@ rm -f authdaemonrc.h authldaprc.h authmy
|
2005-02-18 23:12:43 +01:00
|
|
|
|
|
|
|
result=""
|
|
|
|
|
|
|
|
-if test -x "$COURIERCONFIG"
|
2007-08-10 19:57:21 +02:00
|
|
|
+if false && test -x "$COURIERCONFIG"
|
2005-02-18 23:12:43 +01:00
|
|
|
then
|
|
|
|
$COURIERCONFIG >conftest.out || exit 1
|
|
|
|
sed -n '/^mail/p' <conftest.out >conftest2.out || exit 1
|
2007-10-15 17:37:01 +02:00
|
|
|
@@ -25661,7 +25661,7 @@ then
|
2005-02-18 23:12:43 +01:00
|
|
|
result=" (from courier-config)"
|
|
|
|
fi
|
|
|
|
|
|
|
|
-if test -x "$bindir/courierauthconfig"
|
2007-08-10 19:57:21 +02:00
|
|
|
+if false && test -x "$bindir/courierauthconfig"
|
2005-02-18 23:12:43 +01:00
|
|
|
then
|
|
|
|
$bindir/courierauthconfig --configfiles >conftest.out || exit 1
|
|
|
|
sed -n '/^mail/p' <conftest.out >conftest2.out || exit 1
|