2007-09-16 18:11:31 -04:00
|
|
|
$OpenBSD: patch-configure,v 1.3 2007/09/16 22:11:31 rui Exp $
|
|
|
|
--- configure.orig Sat Jul 21 15:01:34 2007
|
|
|
|
+++ configure Sat Sep 15 09:46:18 2007
|
|
|
|
@@ -4159,7 +4159,7 @@ fi
|
2007-05-29 16:21:26 -04:00
|
|
|
LTDLINCL='-I${top_srcdir}/''libltdl'
|
|
|
|
else
|
|
|
|
ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
|
|
|
|
- LIBLTDL="-lltdl"
|
|
|
|
+ LIBLTDL="-L$with_ltdl_lib -lltdl"
|
|
|
|
LTDLINCL=
|
2006-04-16 10:37:08 -04:00
|
|
|
fi
|
2007-05-29 16:21:26 -04:00
|
|
|
# For backwards non-gettext consistent compatibility...
|
2007-09-16 18:11:31 -04:00
|
|
|
@@ -8535,7 +8535,6 @@ bsdi[45]*)
|
2007-05-29 16:21:26 -04:00
|
|
|
need_version=no
|
|
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
|
|
soname_spec='${libname}${release}${shared_ext}$major'
|
|
|
|
- finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
|
2006-04-16 10:37:08 -04:00
|
|
|
shlibpath_var=LD_LIBRARY_PATH
|
2007-05-29 16:21:26 -04:00
|
|
|
sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
|
|
|
|
sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
|
2007-09-16 18:11:31 -04:00
|
|
|
@@ -20335,7 +20334,6 @@ if test "${ac_cv_lib_resolv_inet_aton+set}" = set; the
|
2007-05-29 16:21:26 -04:00
|
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
2006-04-16 10:37:08 -04:00
|
|
|
else
|
2007-05-29 16:21:26 -04:00
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2006-04-16 10:37:08 -04:00
|
|
|
-LIBS="-lresolv $LIBS"
|
2007-05-29 16:21:26 -04:00
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
/* confdefs.h. */
|
|
|
|
_ACEOF
|
2007-09-16 18:11:31 -04:00
|
|
|
@@ -20395,8 +20393,6 @@ if test $ac_cv_lib_resolv_inet_aton = yes; then
|
2007-05-29 16:21:26 -04:00
|
|
|
#define HAVE_LIBRESOLV 1
|
|
|
|
_ACEOF
|
2006-04-16 10:37:08 -04:00
|
|
|
|
|
|
|
- LIBS="-lresolv $LIBS"
|
|
|
|
-
|
|
|
|
fi
|
2007-05-29 16:21:26 -04:00
|
|
|
|
|
|
|
|
2007-09-16 18:11:31 -04:00
|
|
|
@@ -20552,7 +20548,7 @@ if test "${ac_cv_lib_ssl_SSL_new+set}" = set; then
|
2007-05-29 16:21:26 -04:00
|
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
2006-04-16 10:37:08 -04:00
|
|
|
else
|
2007-05-29 16:21:26 -04:00
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2006-04-16 10:37:08 -04:00
|
|
|
-LIBS="-lssl $LIBS"
|
|
|
|
+LIBS="-lcrypto -lssl $LIBS"
|
2007-05-29 16:21:26 -04:00
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
/* confdefs.h. */
|
|
|
|
_ACEOF
|