mike Sat May 19 19:36:11 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl config.m4 Log: - fix compile/linker agnostic runpath switch http://cvs.php.net/viewvc.cgi/php-src/ext/curl/config.m4?r1=1.28.2.3.2.4&r2=1.28.2.3.2.5&diff_format=u Index: php-src/ext/curl/config.m4 diff -u php-src/ext/curl/config.m4:1.28.2.3.2.4 php-src/ext/curl/config.m4:1.28.2.3.2.5 --- php-src/ext/curl/config.m4:1.28.2.3.2.4 Wed May 16 21:18:41 2007 +++ php-src/ext/curl/config.m4 Sat May 19 19:36:11 2007 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.28.2.3.2.4 2007/05/16 21:18:41 mike Exp $ +dnl $Id: config.m4,v 1.28.2.3.2.5 2007/05/19 19:36:11 mike Exp $ dnl PHP_ARG_WITH(curl, for cURL support, @@ -58,7 +58,7 @@ save_CFLAGS="$CFLAGS" CFLAGS="`$CURL_CONFIG --cflags`" save_LDFLAGS="$LDFALGS" - LDFLAGS="`$CURL_CONFIG --libs` -Wl,--rpath -Wl,$CURL_DIR/$PHP_LIBDIR" + LDFLAGS="`$CURL_CONFIG --libs` $ld_runpath_switch$CURL_DIR/$PHP_LIBDIR" AC_CHECK_HEADER([openssl/crypto.h], [ AC_MSG_CHECKING([for openssl support in libcurl])
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php