freebsd-ports/mail/claws-mail/files/patch-configure
2013-06-12 15:32:54 +00:00

11 lines
488 B
Text

--- configure.orig 2013-06-12 17:09:02.000000000 +0200
+++ configure 2013-06-12 17:10:54.000000000 +0200
@@ -21627,7 +21627,7 @@
# libpython.so
PYTHON_SHARED_LIB="libpython${PYTHON_VERSION}.so"
_save_libs="$LIBS"
- LIBS="-ldl"
+ LIBS="$lt_cv_dlopen_libs"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to dlopen $PYTHON_SHARED_LIB works" >&5
$as_echo_n "checking whether to dlopen $PYTHON_SHARED_LIB works... " >&6; }
if test "$cross_compiling" = yes; then :