php5:
* Update 5.2.3 > 5.2.4 * Minor Makefile cleanups * Refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/packages@8572 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
Index: php-5.2.3/configure
|
||||
Index: php-5.2.4/configure
|
||||
===================================================================
|
||||
--- php-5.2.3.orig/configure 2007-07-30 10:52:16.000000000 -0500
|
||||
+++ php-5.2.3/configure 2007-07-30 10:52:16.000000000 -0500
|
||||
@@ -14233,7 +14233,7 @@
|
||||
--- php-5.2.4.orig/configure 2007-09-02 12:27:37.000000000 +0200
|
||||
+++ php-5.2.4/configure 2007-09-02 12:28:32.000000000 +0200
|
||||
@@ -14679,7 +14679,7 @@
|
||||
ac_libs=$LIBS
|
||||
LIBS="$LIBS -ldl"
|
||||
if test "$cross_compiling" = yes; then
|
||||
@ -10,13 +10,13 @@ Index: php-5.2.3/configure
|
||||
+ found=yes
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 14240 "configure"
|
||||
@@ -52155,7 +52155,7 @@
|
||||
#line 14686 "configure"
|
||||
@@ -53050,7 +53050,7 @@
|
||||
_SAVE_CPPFLAGS=$CPPFLAGS
|
||||
_SAVE_LDFLAGS=$LDFLAGS
|
||||
_SAVE_LIBS=$LIBS
|
||||
CPPFLAGS="$CPPFLAGS -I$LDAP_INCDIR"
|
||||
- LDFLAGS="$LDFLAGS $LDAP_SHARED_LIBADD"
|
||||
+ LDFLAGS="$LDFLAGS $LDAP_SHARED_LIBADD -lsasl2"
|
||||
- LIBS="$LIBS $LDAP_SHARED_LIBADD"
|
||||
+ LIBS="$LIBS $LDAP_SHARED_LIBADD -lsasl2"
|
||||
|
||||
echo $ac_n "checking for 3 arg ldap_set_rebind_proc""... $ac_c" 1>&6
|
||||
echo "configure:52162: checking for 3 arg ldap_set_rebind_proc" >&5
|
||||
echo "configure:53057: checking for 3 arg ldap_set_rebind_proc" >&5
|
||||
|
Reference in New Issue
Block a user