SPECS (DEVEL): mozilla-firefox.spec - remove unfinished libs check
glen
glen at pld-linux.org
Wed Nov 22 19:17:09 CET 2006
Author: glen Date: Wed Nov 22 18:17:09 2006 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- remove unfinished libs check
---- Files affected:
SPECS:
mozilla-firefox.spec (1.95.2.59 -> 1.95.2.60)
---- Diffs:
================================================================
Index: SPECS/mozilla-firefox.spec
diff -u SPECS/mozilla-firefox.spec:1.95.2.59 SPECS/mozilla-firefox.spec:1.95.2.60
--- SPECS/mozilla-firefox.spec:1.95.2.59 Wed Nov 22 19:04:44 2006
+++ SPECS/mozilla-firefox.spec Wed Nov 22 19:17:04 2006
@@ -182,31 +182,6 @@
ac_cv_visibility_pragma=no
EOF
-%if 0
-# sanity checks
-# TODO: should hook somewhere between configure and real make
-if [ $(grep -c "MOZ_NATIVE_NSPR = 1" config/autoconf.mk) != 1 ]; then
- : internal nspr used!
- exit 1
-fi
-if [ $(grep -c "MOZ_NATIVE_NSS = 1" config/autoconf.mk) != 1 ]; then
- : internal nss used!
- exit 1
-fi
-if [ $(grep -c "MOZ_NATIVE_ZLIB = 1" config/autoconf.mk) != 1 ]; then
- : internal zlib used!
- exit 1
-fi
-if [ $(grep -c "MOZ_NATIVE_JPEG = 1" config/autoconf.mk) != 1 ]; then
- : internal libjpeg used!
- exit 1
-fi
-if [ $(grep -c "MOZ_NATIVE_PNG = 1" config/autoconf.mk) != 1 ]; then
- : internal libpng used!
- exit 1
-fi
-%endif
-
%{__make} -j1 -f client.mk build \
CC="%{__cc}" \
CXX="%{__cxx}"
@@ -364,6 +339,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.95.2.60 2006/11/22 18:17:04 glen
+- remove unfinished libs check
+
Revision 1.95.2.59 2006/11/22 18:04:44 glen
- package extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} otherwise the
default theme won't show up in the selector. thx patrys.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mozilla-firefox.spec?r1=1.95.2.59&r2=1.95.2.60&f=u
More information about the pld-cvs-commit
mailing list