SPECS: tgui.spec - use -fPIC instead of -fpic to generate shared l...

lisu lisu at pld-linux.org
Tue Aug 21 00:11:35 CEST 2007


Author: lisu                         Date: Mon Aug 20 22:11:35 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use -fPIC instead of -fpic to generate shared library

---- Files affected:
SPECS:
   tgui.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/tgui.spec
diff -u SPECS/tgui.spec:1.9 SPECS/tgui.spec:1.10
--- SPECS/tgui.spec:1.9	Mon Aug 20 23:54:41 2007
+++ SPECS/tgui.spec	Tue Aug 21 00:11:30 2007
@@ -62,7 +62,7 @@
 	FLAGS="%{rpmcxxflags}" \
 	LDFLAGS="%{rpmldflags}"
 
-%{__cxx} -fpic -c tgui.cpp
+%{__cxx} -fPIC -c tgui.cpp
 %{__cxx} -shared %{name}.o -o libtgui.so `allegro-config --libs`
 
 %install
@@ -97,6 +97,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2007/08/20 22:11:30  lisu
+- use -fPIC instead of -fpic to generate shared library
+
 Revision 1.9  2007/08/20 21:54:41  lisu
 - build on 64 bits
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tgui.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list