SPECS: php-pecl-xdebug.spec - fixed build with libtool 2.2

hawk hawk at pld-linux.org
Thu Jun 19 12:21:15 CEST 2008


Author: hawk                         Date: Thu Jun 19 10:21:15 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed build with libtool 2.2

---- Files affected:
SPECS:
   php-pecl-xdebug.spec (1.47 -> 1.48) 

---- Diffs:

================================================================
Index: SPECS/php-pecl-xdebug.spec
diff -u SPECS/php-pecl-xdebug.spec:1.47 SPECS/php-pecl-xdebug.spec:1.48
--- SPECS/php-pecl-xdebug.spec:1.47	Fri May 23 20:39:37 2008
+++ SPECS/php-pecl-xdebug.spec	Thu Jun 19 12:21:09 2008
@@ -7,7 +7,7 @@
 Summary(pl.UTF-8):	%{_modname} - funkcje do śledzenia i profilowania funkcji
 Name:		php-pecl-%{_modname}
 Version:	2.0.3
-Release:	1
+Release:	2
 License:	BSD style
 Group:		Development/Languages/PHP
 Source0:	http://pecl.php.net/get/%{_modname}-%{version}.tgz
@@ -78,7 +78,8 @@
 %{__make}
 cd debugclient
 install /usr/share/automake/{config.*,depcomp} .
-%{__libtoolize}
+%{__libtoolize} --install
+#cp -f /usr/share/automake/config.sub ./build/
 %{__aclocal}
 %{__autoconf}
 %configure \
@@ -117,6 +118,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.48  2008/06/19 10:21:09  hawk
+- fixed build with libtool 2.2
+
 Revision 1.47  2008/05/23 18:39:37  zergin
 - up to 2.0.3 on HEAD
 
================================================================

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



More information about the pld-cvs-commit mailing list