c40bd997b6
SHARED_ONLY, and make it correctly link/work with openssl.
13 lines
428 B
Plaintext
13 lines
428 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2010/06/05 14:37:42 landry Exp $
|
|
--- configure.orig Sat Jan 30 20:32:07 2010
|
|
+++ configure Mon Apr 5 22:22:52 2010
|
|
@@ -17706,7 +17706,7 @@ if test "${ac_cv_lib_ofx_ofx_set_status_cb+set}" = set
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lofx $LIBS"
|
|
+LIBS="`pkg-config --libs libofx $LIBS`"
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|