SPECS: lua-expat.spec - -fPIC option

uzsolt uzsolt at pld-linux.org
Sat Jan 24 12:35:29 CET 2009


Author: uzsolt                       Date: Sat Jan 24 11:35:29 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- -fPIC option

---- Files affected:
SPECS:
   lua-expat.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/lua-expat.spec
diff -u SPECS/lua-expat.spec:1.3 SPECS/lua-expat.spec:1.4
--- SPECS/lua-expat.spec:1.3	Sat Jan 24 12:24:26 2009
+++ SPECS/lua-expat.spec	Sat Jan 24 12:35:24 2009
@@ -23,7 +23,8 @@
 %prep
 %setup -q -n luaexpat-%{version}
 %{__sed} -i "s at usr/local at usr@g ; s at 5\.0 at 5.1@ ; s@^LUA_INC.*@LUA_INC= %{_includedir}/lua51@ ; \
-	s at LUA_VERSION_NUM= 500 at LUA_VERSION_NUM= 501@" config
+	s at LUA_VERSION_NUM= 500 at LUA_VERSION_NUM= 501@ ; \
+	s at CFLAGS = \(.*\)@CFLAGS = -fPIC \1@" config
 
 %build
 %{__make}
@@ -55,6 +56,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2009/01/24 11:35:24  uzsolt
+- -fPIC option
+
 Revision 1.3  2009/01/24 11:24:26  uzsolt
 - md5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lua-expat.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list