rpms/php-extras/FC-6 php-extras.spec,1.9,1.10

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Fri Jun 15 13:14:36 UTC 2007


Author: buc

Update of /cvs/extras/rpms/php-extras/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21663

Modified Files:
	php-extras.spec 
Log Message:



Index: php-extras.spec
===================================================================
RCS file: /cvs/extras/rpms/php-extras/FC-6/php-extras.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- php-extras.spec	14 Jun 2007 12:45:16 -0000	1.9
+++ php-extras.spec	15 Jun 2007 13:14:01 -0000	1.10
@@ -22,7 +22,7 @@
 Summary: Additional PHP modules from the standard PHP distribution
 #Version: %(php-config --version 2>/dev/null || echo 0)
 Version: 5.1.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 License: The PHP License
 URL: http://www.php.net/
@@ -125,7 +125,7 @@
     pushd ext/$mod
 
     phpize
-    %configure
+    %configure --with-libdir=%{_lib}
 
     # cause libtool to avoid passing -rpath when linking
     # (this hack is well-known as "libtool rpath workaround")
@@ -251,6 +251,9 @@
 
 
 %changelog
+* Fri Jun 15 2007 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.1.6-3
+- add --with-libdir=%%{_lib} to handle 64bit arches properly
+
 * Thu Jun 14 2007 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.1.6-2
 - add php-mssql support
 




More information about the fedora-extras-commits mailing list