rpms/multican/devel multican.spec,1.3,1.4

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Tue Feb 20 20:43:05 UTC 2007


Author: jnovy

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

Modified Files:
	multican.spec 
Log Message:
- compile with -fPIC



Index: multican.spec
===================================================================
RCS file: /cvs/extras/rpms/multican/devel/multican.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- multican.spec	20 Feb 2007 16:36:22 -0000	1.3
+++ multican.spec	20 Feb 2007 20:42:33 -0000	1.4
@@ -29,7 +29,7 @@
 %setup -q
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS"
+make CFLAGS="$RPM_OPT_FLAGS -fPIC"
 
 %install
 rm -rf $RPM_BUILD_ROOT




More information about the scm-commits mailing list