openbsd-ports/databases/postgresql/patches/patch-configure
2008-07-18 06:57:30 +00:00

13 lines
565 B
Plaintext

$OpenBSD: patch-configure,v 1.7 2008/07/18 06:57:30 brad Exp $
--- configure.orig Sun Jun 8 20:38:40 2008
+++ configure Sun Jul 6 22:32:09 2008
@@ -7107,7 +7107,7 @@ fi
rm -f conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
if test "$ac_cv_search_com_err" = no; then
- for ac_lib in krb5 'krb5 -lcrypto -ldes -lasn1 -lroken' com_err; do
+ for ac_lib in krb5 'krb5 -lcrypto -ldes -lasn1 -lroken' 'com_err -lssl -lcrypto' ; do
LIBS="-l$ac_lib $ac_func_search_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */