[Lunar-commits] CVS: moonbase/compilers/php BUILD,1.9,1.10
Auke Kok
sofar at lunar-linux.org
Sun Feb 8 19:07:38 GMT 2004
Update of /var/cvs/lunar/moonbase/compilers/php
In directory dbguin.lunar-linux.org:/tmp/cvs-serv15838
Modified Files:
BUILD
Log Message:
Ading small adjustment for Sablot enabled build.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/php/BUILD,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- BUILD 7 Dec 2003 23:22:04 -0000 1.9
+++ BUILD 8 Feb 2004 19:07:36 -0000 1.10
@@ -19,7 +19,10 @@
elif module_installed apache2 ; then
OPTS="$OPTS --with-apxs2=/usr/sbin/apxs"
fi
-
+
+ if echo $OPTS | grep -q --enable-xslt ; then
+ LDFLAGS="$LDFLAGS -lstdc++"
+ fi
sedit "s:^:#include <errno.h>\n:" ext/mysql/libmysql/mysys_err.h &&
More information about the Lunar-commits
mailing list