rpms/ffcall/devel ffcall.spec,1.2,1.3

Jochen Schmitt s4504kr at fedoraproject.org
Wed Dec 10 17:51:26 UTC 2008


Author: s4504kr

Update of /cvs/extras/rpms/ffcall/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18662

Modified Files:
	ffcall.spec 
Log Message:
Fix -fPIC issue (BZ #475112)


Index: ffcall.spec
===================================================================
RCS file: /cvs/extras/rpms/ffcall/devel/ffcall.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ffcall.spec	4 Jul 2008 18:43:25 -0000	1.2
+++ ffcall.spec	10 Dec 2008 17:50:56 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           ffcall
 Version:        1.10
-Release:        2.20080704cvs%{?dist}
+Release:        2.20080704cvs%{?dist}.1
 Summary:        Libraries for foreign function call interfaces
 
 Group:          System Environment/Libraries
@@ -19,12 +19,11 @@
 %prep
 %setup -q -n ffcall
 
-
 %build
+export CFLAGS="$RPM_OPT_FLAGS -fPIC"
 %configure
 make # %{?_smp_mflags}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_libdir}
@@ -33,11 +32,9 @@
 rm -fr $RPM_BUILD_ROOT%{_datadir}/html
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc README NEWS COPYING
@@ -52,6 +49,9 @@
 
 
 %changelog
+* Wed Dec 10 2008 Jochen Schmitt <Jochen herr-schmitt de> - 1.10-2.20080704cvs.1
+- Fix -FPIC issue (BZ #475112)
+
 * Fri Jul  4 2008 Gerard Milmeister <gemi at bluewin.ch> - 1.10-2.20080704cvs
 - update to cvs 20080704
 - support for ppc64




More information about the fedora-extras-commits mailing list