From: SwK Date: Wed, 29 Feb 2012 00:21:04 +0000 (-0500) Subject: FS-3630 --resolve X-Git-Tag: v1.2-rc1~19^2^2~68^2~51^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea975c3db1125fa86fce3c1f6c5b9341e5f28f92;p=thirdparty%2Ffreeswitch.git FS-3630 --resolve Fix up the autoconf macro to properly use the linker flags for a statically linked library. --- diff --git a/build/config/libcurl.m4 b/build/config/libcurl.m4 index 5ddf77f321..d1e6f65aa5 100644 --- a/build/config/libcurl.m4 +++ b/build/config/libcurl.m4 @@ -97,7 +97,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG], LIBCURL_CPPFLAGS=`$_libcurl_config --cflags` fi if test x"$LIBCURL" = "x" ; then - LIBCURL=`$_libcurl_config --libs` + LIBCURL=`$_libcurl_config --libs --static` # This is so silly, but Apple actually has a bug in their # curl-config script. Fixed in Tiger, but there are still