bc0be5a13e
default at the next version bump?) - set SSL_{CFLAGS,LIBS} when calling configure script so they are found correctly on Solaris, and make the configure script do what it claims and ignore pkg-config when these are set. - add lib-sql Makefile patch from Dovecot CVS so this builds correctly when no SQL auth support is built.
41 lines
813 B
Text
41 lines
813 B
Text
$NetBSD: patch-ac,v 1.3 2006/02/12 02:47:32 grant Exp $
|
|
|
|
--- configure.orig 2006-02-08 21:13:57.000000000 +1100
|
|
+++ configure
|
|
@@ -27710,7 +27710,7 @@ pkg_failed=no
|
|
echo "$as_me:$LINENO: checking for SSL" >&5
|
|
echo $ECHO_N "checking for SSL... $ECHO_C" >&6
|
|
|
|
-if test -n "$PKG_CONFIG"; then
|
|
+#if test -n "$PKG_CONFIG"; then
|
|
if test -n "$SSL_CFLAGS"; then
|
|
pkg_cv_SSL_CFLAGS="$SSL_CFLAGS"
|
|
else
|
|
@@ -27725,10 +27725,10 @@ else
|
|
pkg_failed=yes
|
|
fi
|
|
fi
|
|
-else
|
|
- pkg_failed=untried
|
|
-fi
|
|
-if test -n "$PKG_CONFIG"; then
|
|
+#else
|
|
+# pkg_failed=untried
|
|
+#fi
|
|
+#if test -n "$PKG_CONFIG"; then
|
|
if test -n "$SSL_LIBS"; then
|
|
pkg_cv_SSL_LIBS="$SSL_LIBS"
|
|
else
|
|
@@ -27743,9 +27743,9 @@ else
|
|
pkg_failed=yes
|
|
fi
|
|
fi
|
|
-else
|
|
- pkg_failed=untried
|
|
-fi
|
|
+#else
|
|
+# pkg_failed=untried
|
|
+#fi
|
|
|
|
|
|
|