OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Dec-2002 20:14:35
Branch: HEAD Handle: 2002120119143500
Modified files:
openpkg-src/mozilla mozilla.sh mozilla.spec
Log:
more tries to get it running
Summary:
Revision Changes Path
1.2 +1 -1 openpkg-src/mozilla/mozilla.sh
1.34 +10 -7 openpkg-src/mozilla/mozilla.spec
____________________________________________________________________________
Index: openpkg-src/mozilla/mozilla.sh
============================================================
$ cvs diff -u -r1.1.1.1 -r1.2 mozilla.sh
--- openpkg-src/mozilla/mozilla.sh 18 Sep 2001 09:48:33 -0000 1.1.1.1
+++ openpkg-src/mozilla/mozilla.sh 1 Dec 2002 19:14:35 -0000 1.2
@@ -1,3 +1,3 @@
#!/bin/sh
cd @l_prefix@/lib/mozilla
-exec ./mozilla ${1+"$@"} >/dev/null 2>&1
+exec ./mozilla ${1+"$@"}
Index: openpkg-src/mozilla/mozilla.spec
============================================================
$ cvs diff -u -r1.33 -r1.34 mozilla.spec
--- openpkg-src/mozilla/mozilla.spec 1 Dec 2002 09:29:54 -0000 1.33
+++ openpkg-src/mozilla/mozilla.spec 1 Dec 2002 19:14:35 -0000 1.34
@@ -60,8 +60,8 @@
%build
CC="%{l_cc}" \
CXX="%{l_cxx}" \
- CFLAGS="%{l_cflags -O} %{l_cppflags}" \
- CXXFLAGS="%{l_cflags -O} -Wno-deprecated %{l_cppflags}" \
+ CFLAGS="%{l_cflags} %{l_cppflags}" \
+ CXXFLAGS="%{l_cflags} -Wno-deprecated %{l_cppflags}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
GLIB_CONFIG="%{l_prefix}/bin/glib-config" \
@@ -85,7 +85,6 @@
--enable-jsd \
--enable-crypto \
--enable-xinerama \
- --enable-strip \
--enable-chrome-format=jar \
--enable-static \
--disable-shared \
@@ -95,7 +94,6 @@
--disable-ldap \
--disable-freetype2 \
--disable-accessibility \
- --disable-tests \
--disable-debug \
--disable-dtd-debug \
--disable-pedantic \
@@ -106,14 +104,19 @@
--disable-optimize \
--disable-xterm-updates \
--with-pthreads
+ #FIXME# --enable-strip
+ #FIXME# --disable-tests
%{l_make} %{l_mflags}
( cd dist/bin
LD_LIBRARY_PATH=.; export LD_LIBRARY_PATH
MOZILLA_FIVE_HOME=.; export MOZILLA_FIVE_HOME
- ./regxpcom
- ./regchrome
+ ./regxpcom || true
+ ./regchrome || true
touch chrome/user-skins.rdf chrome/user-locales.rdf
- find . -type d -depth -print | xargs rmdir >/dev/null 2>&1 || true
+ #FIXME# find . -type d -depth -print | xargs rmdir >/dev/null 2>&1 || true
+ %{l_shtool} subst \
+ -e "s;`pwd`;%{l_prefix}/lib/mozilla;" \
+ components/xpti.dat components/compreg.dat
)
%install
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]