SPECS: php-pecl-xdebug.spec - fix for m4 macros

zergin zergin at pld-linux.org
Mon Aug 11 01:36:09 CEST 2008


Author: zergin                       Date: Sun Aug 10 23:36:09 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix for m4 macros

---- Files affected:
SPECS:
   php-pecl-xdebug.spec (1.50 -> 1.51) 

---- Diffs:

================================================================
Index: SPECS/php-pecl-xdebug.spec
diff -u SPECS/php-pecl-xdebug.spec:1.50 SPECS/php-pecl-xdebug.spec:1.51
--- SPECS/php-pecl-xdebug.spec:1.50	Thu Jun 26 12:38:03 2008
+++ SPECS/php-pecl-xdebug.spec	Mon Aug 11 01:36:03 2008
@@ -73,6 +73,24 @@
 
 %build
 cd %{_modname}-%{version}
+
+# libtool 2.2 build fix                                                                                                                                                                  
+if [ -f '/usr/share/aclocal/ltsugar.m4' ]; then                                                                                                                                          
+        cat "/usr/share/aclocal/ltsugar.m4" >>  "config.m4"                                                                                                                              
+        cat "/usr/share/aclocal/ltsugar.m4" >>  "debugclient/aclocal.m4"                                                                                                                 
+                                                                                                                                                                                         
+        cat "/usr/share/aclocal/ltversion.m4" >>  "config.m4"                                                                                                                            
+        cat "/usr/share/aclocal/ltversion.m4" >>  "debugclient/aclocal.m4"                                                                                                               
+                                                                                                                                                                                         
+        cat "/usr/share/aclocal/lt~obsolete.m4" >>  "config.m4"                                                                                                                          
+        cat "/usr/share/aclocal/lt~obsolete.m4" >>  "debugclient/aclocal.m4"                                                                                                             
+                                                                                                                                                                                         
+        cat "/usr/share/aclocal/ltoptions.m4" >>  "config.m4"                                                                                                                            
+        cat "/usr/share/aclocal/ltoptions.m4" >>  "debugclient/aclocal.m4"                                                                                                               
+                                                                                                                                                                                         
+        cat "/usr/share/aclocal/libtool.m4" >> "debugclient/aclocal.m4"                                                                                                                  
+fi         
+
 phpize
 %configure
 %{__make}
@@ -117,6 +135,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.51  2008/08/10 23:36:03  zergin
+- fix for m4 macros
+
 Revision 1.50  2008/06/26 10:38:03  glen
 - libtool BR for --install arg
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php-pecl-xdebug.spec?r1=1.50&r2=1.51&f=u



More information about the pld-cvs-commit mailing list