]> git.pld-linux.org Git - packages/php.git/commitdiff
- switch order of autotools and buildconf invocation; builds now
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 18 Dec 2005 22:25:42 +0000 (22:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.518

php.spec

index d8f2653bdcd5f8fd951a703043b27f7e7fae0fac..38bb249aa62ee9ca9509f6b7fb890a8bd3fbd18d 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -80,7 +80,7 @@ Summary(ru):  PHP 
 Summary(uk):   PHP ÷ÅÒÓ¦§ 5 - ÍÏ×Á ÐÒÅÐÒÏÃÅÓÕ×ÁÎÎÑ HTML-ÆÁÊ̦×, ×ÉËÏÎÕ×ÁÎÁ ÎÁ ÓÅÒ×ÅÒ¦
 Name:          php
 Version:       5.1.1
-Release:       0.1%{?with_hardening:hardened}
+Release:       0.2%{?with_hardening:hardened}
 Epoch:         4
 Group:         Libraries
 License:       PHP
@@ -1577,10 +1577,9 @@ CFLAGS="$CFLAGS $(%{_bindir}/apr-1-config --includes) $(%{_bindir}/apu-1-config
 EXTENSION_DIR="%{extensionsdir}"; export EXTENSION_DIR
 if [ ! -f _built-conf ]; then # configure once (for faster debugging purposes)
        rm -f Makefile.{fcgi,cgi,cli,apxs{1,2}} # now remove Makefile copies
-       ./buildconf --force
        %{__libtoolize}
        %{__aclocal}
-       %{__autoconf}
+       ./buildconf --force
        touch _built-conf
 fi
 PROG_SENDMAIL="/usr/lib/sendmail"; export PROG_SENDMAIL
This page took 0.049157 seconds and 4 git commands to generate.