rpms/openvrml/devel openvrml.spec,1.1,1.2

Braden McDaniel (braden) fedora-extras-commits at redhat.com
Tue Nov 28 04:35:20 UTC 2006


Author: braden

Update of /cvs/extras/rpms/openvrml/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3868/devel

Modified Files:
	openvrml.spec 
Log Message:
Removed -fvisibility=hidden from CXXFLAGS.  Mozilla development headers are not wise to gcc symbol visibility mojo and as a result NPAPI entry points wound up not visible.


Index: openvrml.spec
===================================================================
RCS file: /cvs/extras/rpms/openvrml/devel/openvrml.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openvrml.spec	21 Nov 2006 14:53:10 -0000	1.1
+++ openvrml.spec	28 Nov 2006 04:34:50 -0000	1.2
@@ -83,7 +83,7 @@
 %patch -p1
 
 %build
-%configure --disable-static --disable-exception-specs --disable-examples --disable-script-node-java CPPFLAGS="-DNDEBUG" CXXFLAGS="$CXXFLAGS -fvisibility=hidden"
+%configure --disable-static --disable-exception-specs --disable-examples --disable-script-node-java CPPFLAGS="-DNDEBUG"
 %{__make} %{?_smp_mflags}
 
 %install
@@ -150,6 +150,11 @@
 
 
 %changelog
+* Mon Nov 27 2006  Braden McDaniel  <braden at endoframe.com> - 0.16.1-5
+- openvrml: Removed -fvisibility=hidden from CXXFLAGS.  Mozilla
+  development headers are not wise to gcc symbol visibility mojo and as
+  a result NPAPI entry points wound up not visible.
+
 * Wed Nov 15 2006  Braden McDaniel  <braden at endoframe.com> - 0.16.1-4
 - Patch openvrml-gtkplug.info.
 




More information about the scm-commits mailing list