ID:               48132
 Updated by:       j...@php.net
 Reported By:      lomo74 at gmail dot com
-Status:           Open
+Status:           Assigned
 Bug Type:         Compile Failure
 Operating System: debian etch
 PHP Version:      5.2.9
-Assigned To:      
+Assigned To:      jani
 New Comment:

Yes, someone who didn't know what he was doing touched that..I'll fix 
it.


Previous Comments:
------------------------------------------------------------------------

[2009-05-02 18:55:47] lomo74 at gmail dot com

Description:
------------
in configure script:
since $ld_runpath_switch can be = "" if --disable-rpath was set, this
line:

LDFLAGS="`$CURL_CONFIG --libs`
$ld_runpath_switch$CURL_DIR/$PHP_LIBDIR"

from "configure:25277: checking for SSL support in libcurl", should
read:

LDFLAGS="`$CURL_CONFIG --libs`"
test -n "$ld_runpath_switch" && LDFLAGS="$LDFLAGS
$ld_runpath_switch$CURL_DIR/$PHP_LIBDIR"


cheers - Lorenzo -



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=48132&edit=1

Reply via email to