SPECS: php.spec - switch order of autotools and buildconf invocati...

glen glen at pld-linux.org
Sun Dec 18 23:25:47 CET 2005


Author: glen                         Date: Sun Dec 18 22:25:47 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- switch order of autotools and buildconf invocation; builds now

---- Files affected:
SPECS:
   php.spec (1.517 -> 1.518) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.517 SPECS/php.spec:1.518
--- SPECS/php.spec:1.517	Sun Dec 18 21:57:41 2005
+++ SPECS/php.spec	Sun Dec 18 23:25:42 2005
@@ -81,7 +81,7 @@
 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
@@ -1578,10 +1578,9 @@
 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
@@ -3054,6 +3053,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.518  2005/12/18 22:25:42  glen
+- switch order of autotools and buildconf invocation; builds now
+
 Revision 1.517  2005/12/18 20:57:41  glen
 - restored few lost changes with DEVEL merge
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php.spec?r1=1.517&r2=1.518&f=u




More information about the pld-cvs-commit mailing list