SPECS (DEVEL): php4.spec - spec comments updated
glen
glen at pld-linux.org
Sat Jul 9 21:29:17 CEST 2005
Author: glen Date: Sat Jul 9 19:29:17 2005 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- spec comments updated
---- Files affected:
SPECS:
php4.spec (1.421.2.3.2.33 -> 1.421.2.3.2.34)
---- Diffs:
================================================================
Index: SPECS/php4.spec
diff -u SPECS/php4.spec:1.421.2.3.2.33 SPECS/php4.spec:1.421.2.3.2.34
--- SPECS/php4.spec:1.421.2.3.2.33 Sat Jul 9 21:28:07 2005
+++ SPECS/php4.spec Sat Jul 9 21:29:12 2005
@@ -1643,7 +1643,7 @@
CFLAGS="%{rpmcflags} -DEAPI=1 -I/usr/X11R6/include"
EXTENSION_DIR="%{extensionsdir}"; export EXTENSION_DIR
-if [ ! -f _built-conf ]; then # do just once, for debugging purposes
+if [ ! -f _built-conf ]; then # configure once (for faster debugging purposes)
./buildconf --force
%{__libtoolize}
%{__aclocal}
@@ -1667,7 +1667,7 @@
%endif
for sapi in $sapis; do
- [ -f Makefile.$sapi ] && continue
+ [ -f Makefile.$sapi ] && continue # skip if already configured (for faster debugging purposes)
%configure \
`
@@ -2918,6 +2918,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.421.2.3.2.34 2005/07/09 19:29:12 glen
+- spec comments updated
+
Revision 1.421.2.3.2.33 2005/07/09 19:28:07 glen
- apxs2 CFLAGS copied only with apache2 bcond on
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php4.spec?r1=1.421.2.3.2.33&r2=1.421.2.3.2.34&f=u
More information about the pld-cvs-commit
mailing list