SPECS: mozilla-firefox.spec - if you want to use compiler specific...

baggins baggins at pld-linux.org
Fri Mar 17 11:10:47 CET 2006


Author: baggins                      Date: Fri Mar 17 10:10:47 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- if you want to use compiler specific options, don't use them unconditionally
  removed visibility-hidden

---- Files affected:
SPECS:
   mozilla-firefox.spec (1.127 -> 1.128) 

---- Diffs:

================================================================
Index: SPECS/mozilla-firefox.spec
diff -u SPECS/mozilla-firefox.spec:1.127 SPECS/mozilla-firefox.spec:1.128
--- SPECS/mozilla-firefox.spec:1.127	Sat Mar  4 17:21:18 2006
+++ SPECS/mozilla-firefox.spec	Fri Mar 17 11:10:42 2006
@@ -188,11 +188,10 @@
 ac_add_options --with-system-nspr
 ac_add_options --with-system-png
 ac_add_options --with-system-zlib
-ac_cv_visibility_pragma=no
 EOF
 
 %{__make} -j1 -f client.mk build \
-	CC="%{__cc} -fno-strict-aliasing -fvisibility=hidden" \
+	CC="%{__cc} -fno-strict-aliasing" \
 	CXX="%{__cxx}"
 
 %install
@@ -358,6 +357,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.128  2006/03/17 10:10:42  baggins
+- if you want to use compiler specific options, don't use them unconditionally
+  removed visibility-hidden
+
 Revision 1.127  2006/03/04 16:21:18  qboosh
 - cleanup (no system libs installed now)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mozilla-firefox.spec?r1=1.127&r2=1.128&f=u



More information about the pld-cvs-commit mailing list