CVS: crater/web/MozillaThunderbird BUILD,1.1,1.2
nhudson at lunar-linux.org
nhudson at lunar-linux.org
Fri Oct 17 02:06:00 GMT 2003
Update of /var/cvs/lunar/crater/web/MozillaThunderbird
In directory dbguin.lunar-linux.org:/tmp/cvs-serv26365
Modified Files:
BUILD
Log Message:
Fixing BUILD file
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/crater/web/MozillaThunderbird/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 17 Oct 2003 00:18:10 -0000 1.1
+++ BUILD 17 Oct 2003 02:05:58 -0000 1.2
@@ -2,7 +2,6 @@
(
MOZILLA_HOME=/opt/lunar/thunderbird/lib/mozilla
- OPTS="$OPTS --enable-crypto"
OPTS="$OPTS --disable-mathml"
OPTS="$OPTS --disable-installer"
OPTS="$OPTS --disable-activex"
@@ -13,29 +12,36 @@
OPTS="$OPTS --disable-profilesharing"
OPTS="$OPTS --enable-extensions=wallet,spellcheck
OPTS="$OPTS --enable-necko-protocols=http,file,jar,viewsource,res,data"
- OPTS="$OPTS --enable-image-decoders=icon,png,gif,jpeg
+ OPTS="$OPTS --enable-image-decoders=icon,png,gif,jpeg"
export MOZ_THUNDERBIRD=1
echo "$OPTS" > /tmp/mozz
- cd $BUILD_DIRECTORY &&
+ cd $SOURCE_DIRECTORY &&
unpack $SOURCE2 &&
unpack $SOURCE3 &&
+ cd $SOURCE_DIRECTORY/extensions &&
+ unpack $SOURCE4 &&
+ unpack $SOURCE5 &&
cd $SOURCE_DIRECTORY &&
./configure \
--prefix=/opt/lunar/thunderbird \
- --with-x \
- --with-pthreads \
- --enable-reorder \
- --enable-cpp-rtti \
+ --with-x \
+ --with-pthreads \
+ --enable-reorder \
+ --enable-cpp-rtti \
--enable-optimize="$CFLAGS" \
--with-default-mozilla-five-home=$MOZILLA_HOME \
- --disable-debug \
- --disable-tests \
- --disable-pedantic \
- --disable-composer \
+ --disable-debug \
+ --disable-tests \
+ --disable-pedantic \
+ --disable-composer \
+ --disable-toolkit-gtk \
+ --enable-default-toolkit=gtk2 \
+ --with-gtk2 \
+ --enable-crypto \
$OPTS &&
default_make
More information about the Lunar-commits
mailing list