rpms/smc/F-13 smc.spec,1.13,1.14

Thorsten Leemhuis thl at rpmfusion.org
Sun May 23 15:34:50 CEST 2010


Author: thl

Update of /cvs/free/rpms/smc/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23768

Modified Files:
	smc.spec 
Log Message:
- add BR gettext-devel
- add "LIBS=-lboost_system" to configure to fix another DSO issue; better
  fix needed in the long term



Index: smc.spec
===================================================================
RCS file: /cvs/free/rpms/smc/F-13/smc.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- smc.spec	23 May 2010 12:17:16 -0000	1.13
+++ smc.spec	23 May 2010 13:34:50 -0000	1.14
@@ -12,6 +12,7 @@
 Patch0:         http://repo.calcforge.org/temp/smc-1.9-fix-implicit-linking.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libX11-devel
+BuildRequires:  gettext-devel
 BuildRequires:  boost-devel >= 1.31
 BuildRequires:  cegui-devel >= 0.5
 BuildRequires:  libGLU-devel
@@ -38,7 +39,7 @@
 %patch0 -p1 -b .patch0
 
 %build
-%configure
+%configure LIBS=-lboost_system
 make %{?_smp_mflags}
 
 # Generate the credit list from lots of little text files scattered around the
@@ -113,6 +114,9 @@
 * Sun May 23 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.9-4
 - add patch and BR libX11-devel as kevin suggested in
   http://thread.gmane.org/gmane.linux.redhat.fedora.rpmfusion.devel/7651/focus=7665
+- add BR gettext-devel
+- add "LIBS=-lboost_system" to configure to fix another DSO issue; better
+  fix needed in the long term
 
 * Sun May 16 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.9-3
 - rebuilt



More information about the rpmfusion-commits mailing list