]> git.pld-linux.org Git - packages/php-pecl-xdebug.git/commitdiff
- fixed build with libtool 2.2 auto/ti/php-pecl-xdebug-2_0_3-2
authorhawk <hawk@pld-linux.org>
Thu, 19 Jun 2008 10:21:09 +0000 (10:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-xdebug.spec -> 1.48

php-pecl-xdebug.spec

index 85d16163985493ecc7340582cea0a75231093606..8724bf68cc4b69bc6c3b5dd05677aa0353eb84ba 100644 (file)
@@ -6,7 +6,7 @@ Summary:        %{_modname} - provides functions for functions traces and profiling
 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
@@ -77,7 +77,8 @@ phpize
 %{__make}
 cd debugclient
 install /usr/share/automake/{config.*,depcomp} .
-%{__libtoolize}
+%{__libtoolize} --install
+#cp -f /usr/share/automake/config.sub ./build/
 %{__aclocal}
 %{__autoconf}
 %configure \
This page took 0.220355 seconds and 4 git commands to generate.