rpms/openvrml/devel no-implicit-dso-linking.patch, 1.1, 1.2 openvrml.spec, 1.93, 1.94

Braden McDaniel braden at fedoraproject.org
Sat Feb 13 19:04:28 UTC 2010


Author: braden

Update of /cvs/pkgs/rpms/openvrml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3241

Modified Files:
	no-implicit-dso-linking.patch openvrml.spec 
Log Message:
Fix no-implicit-dso-linking.patch.

no-implicit-dso-linking.patch:
 Makefile.in |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Index: no-implicit-dso-linking.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/devel/no-implicit-dso-linking.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- no-implicit-dso-linking.patch	13 Feb 2010 18:39:51 -0000	1.1
+++ no-implicit-dso-linking.patch	13 Feb 2010 19:04:27 -0000	1.2
@@ -1,14 +1,12 @@
-Index: tests/Makefile.am
-===================================================================
---- tests/Makefile.am	(revision 4074)
-+++ tests/Makefile.am	(working copy)
-@@ -50,7 +50,8 @@
+--- tests/Makefile.in
++++ tests/Makefile.in
+@@ -364,8 +362,7 @@
  browser_LDADD = \
          libtest-openvrml.la \
          -lboost_unit_test_framework$(BOOST_LIB_SUFFIX) \
--        -lboost_filesystem$(BOOST_LIB_SUFFIX)
-+        -lboost_filesystem$(BOOST_LIB_SUFFIX) \
-+        -lboost_system$(BOOST_LIB_SUFFIX)
+-        -lboost_filesystem$(BOOST_LIB_SUFFIX) \
+-        -lboost_system$(BOOST_LIB_SUFFIX)
++        -lboost_filesystem$(BOOST_LIB_SUFFIX)
  
  parse_anchor_SOURCES = parse_anchor.cpp
  parse_anchor_LDADD = \


Index: openvrml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/devel/openvrml.spec,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -p -r1.93 -r1.94
--- openvrml.spec	13 Feb 2010 18:39:51 -0000	1.93
+++ openvrml.spec	13 Feb 2010 19:04:28 -0000	1.94
@@ -1,7 +1,7 @@
 # -*- rpm-spec -*-
 Name:           openvrml
 Version:        0.18.3
-Release:        19%{?dist}
+Release:        20%{?dist}
 Summary:        VRML/X3D player and runtime library
 License:        LGPLv3+
 Group:          System Environment/Libraries
@@ -145,7 +145,7 @@ OpenVRML API documentation.
 %patch3
 
 %build
-CXXFLAGS="%optflags -fvisibility=hidden -fvisibility-inlines-hidden -Wno-missing-braces -Wno-strict-aliasing"
+CXXFLAGS="%optflags -fvisibility=hidden -fvisibility-inlines-hidden -Wno-missing-braces -Wno-strict-aliasing -Wno-unused-variable"
 %configure --disable-static --enable-exception-specs=nothrow --disable-examples CPPFLAGS="-I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -DNDEBUG" JAVA_HOME=/usr/lib/jvm/jre
 %{__make} %{_smp_mflags}
 
@@ -243,6 +243,9 @@ CXXFLAGS="%optflags -fvisibility=hidden 
 %doc %{_datadir}/doc/libopenvrml-%{version}/manual
 
 %changelog
+* Sat Feb 13 2010  Braden McDaniel  <braden at endoframe.com> - 0.18.3-20
+- Fix no-implicit-dso-linking.patch.
+
 * Sat Feb 13 2010  Braden McDaniel  <braden at endoframe.com> - 0.18.3-19
 - browser test needs to link explicitly to libboost_system (no-implicit-dso-linking.patch).
 - Build with -Wno-strict-aliasing to suppress a lot of noise from the



More information about the scm-commits mailing list