rpms/lua-rex/devel lua-rex.spec,1.1,1.2

Lubomir Rintel lkundrak at fedoraproject.org
Tue Dec 23 20:00:47 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/lua-rex/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14795

Modified Files:
	lua-rex.spec 
Log Message:
* Thu Dec 23 2008 Lubomir Rintel <lkundrak at v3.sk> - 2.4.0-3
- Compile shared library as PIC



Index: lua-rex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lua-rex/devel/lua-rex.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lua-rex.spec	23 Dec 2008 12:27:06 -0000	1.1
+++ lua-rex.spec	23 Dec 2008 20:00:16 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name:           lua-rex
 Version:        2.4.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Regular expression handling library for Lua
 
 Group:          Development/Libraries
@@ -31,7 +31,7 @@
 
 
 %build
-make %{?_smp_mflags} LD=cc MYCFLAGS="%{optflags}" build
+make %{?_smp_mflags} LD=cc MYCFLAGS="%{optflags} -fPIC" build
 
 
 %install
@@ -55,6 +55,9 @@
 
 
 %changelog
+* Thu Dec 23 2008 Lubomir Rintel <lkundrak at v3.sk> - 2.4.0-3
+- Compile shared library as PIC
+
 * Wed Dec 17 2008 Lubomir Rintel <lkundrak at v3.sk> - 2.4.0-2
 - Add doc directory to documentation
 - Allow parallel make runs




More information about the fedora-extras-commits mailing list