From 5301527d060a7bed536005e10339bc53fe486303 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sat, 19 May 2007 19:31:37 +0000 Subject: [PATCH] - fix compiler/linker agnostic runpath switch --- config9.m4 | 2 +- package2.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config9.m4 b/config9.m4 index 49ca9e4..3712b31 100644 --- a/config9.m4 +++ b/config9.m4 @@ -187,7 +187,7 @@ dnl ---- 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]) diff --git a/package2.xml b/package2.xml index 929da75..4d85d5d 100644 --- a/package2.xml +++ b/package2.xml @@ -39,6 +39,7 @@ support. Parallel requests are available for PHP 5 and greater. BSD, revised = 7.16.2 + Added 'retrycount' and 'retrydelay' request options + Added libevent support for libcurl (>= 7.16.0): o added --with-http-curl-libevent configure option -- 2.30.2