rpms/php/FC-5 php.spec,1.107,1.108

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 7 10:09:36 UTC 2006


Author: jorton

Update of /cvs/dist/rpms/php/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv25481

Modified Files:
	php.spec 
Log Message:
* Fri Apr  7 2006 Joe Orton <jorton at redhat.com> 5.1.2-5.1
- fix use of LDAP on 64-bit platforms (#181518)



Index: php.spec
===================================================================
RCS file: /cvs/dist/rpms/php/FC-5/php.spec,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- php.spec	28 Feb 2006 11:13:24 -0000	1.107
+++ php.spec	7 Apr 2006 10:09:33 -0000	1.108
@@ -4,7 +4,7 @@
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Name: php
 Version: 5.1.2
-Release: 5
+Release: 5.1
 License: The PHP License
 Group: Development/Languages
 URL: http://www.php.net/
@@ -308,7 +308,8 @@
 ./buildconf --force
 
 CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-pointer-sign"
-export CFLAGS
+CPPFLAGS="-DLDAP_DEPRECATED=1"
+export CFLAGS CPPFLAGS
 
 # Install extension modules in %{_libdir}/php/modules.
 EXTENSION_DIR=%{_libdir}/php/modules; export EXTENSION_DIR
@@ -560,6 +561,9 @@
 %files pdo -f files.pdo
 
 %changelog
+* Fri Apr  7 2006 Joe Orton <jorton at redhat.com> 5.1.2-5.1
+- fix use of LDAP on 64-bit platforms (#181518)
+
 * Tue Feb 28 2006 Joe Orton <jorton at redhat.com> 5.1.2-5
 - provide php-api (#183227)
 - add provides for all builtin modules (Tim Jackson, #173804)




More information about the fedora-cvs-commits mailing list