CVS: moonbase/web/MozillaFirebird BUILD,1.1,1.2
Terry Chan
tchan at lunar-linux.org
Wed Sep 17 04:11:35 GMT 2003
Update of /var/cvs/lunar/moonbase/web/MozillaFirebird
In directory dbguin.lunar-linux.org:/tmp/cvs-serv32590
Modified Files:
BUILD
Log Message:
Updated the BUILD script to correctly disable the extra Firebird stuff like
composer, news, help, etc.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/MozillaFirebird/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 17 Sep 2003 03:01:41 -0000 1.1
+++ BUILD 17 Sep 2003 04:11:33 -0000 1.2
@@ -1,12 +1,21 @@
(
+ EXTENTIONS="--enable-extensions=default,finger"
OPTS="$OPTS --enable-strip --enable-strip-libs"
-
OPTS="$OPTS --disable-toolkit-gtk --enable-default-toolkit=gtk2 --enable-toolkit=gtk2 --with-gtk2"
-
OPTS="$OPTS --enable-crypto"
+ OPTS="$OPTS --disable-mailnews"
+ OPTS="$OPTS --disable-composer"
+ EXTENTIONS="$EXTENTIONS,-irc"
+ OPTS="$OPTS --disable-mathml"
+ OPTS="$OPTS --disable-accessibility"
+ OPTS="$OPTS --disable-jsd"
+ EXTENTIONS="$EXTENTIONS,-venkman"
+ EXTENTIONS="$EXTENTIONS,-inspector"
+ OPTS="$OPTS --disable-ldap"
+ EXTENTIONS="$EXTENTIONS,-help"
- export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig:/usr/lib/pkgconfig:/opt/lunar/gnome/2/lib/pkgconfig
+ export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig:/usr/lib/pkgconfig:/opt/lunar/gnome/2.4/lib/pkgconfig
export MOZ_NSS_AUTOCONF=1
export NATIVE_THEME_SUPPORT=1
More information about the Lunar-commits
mailing list