SPECS: smalltalk.spec - add -fPIC to C(XX)FLAGS

baggins baggins at pld-linux.org
Wed Mar 11 13:52:51 CET 2009


Author: baggins                      Date: Wed Mar 11 12:52:51 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add -fPIC to C(XX)FLAGS

---- Files affected:
SPECS:
   smalltalk.spec (1.78 -> 1.79) 

---- Diffs:

================================================================
Index: SPECS/smalltalk.spec
diff -u SPECS/smalltalk.spec:1.78 SPECS/smalltalk.spec:1.79
--- SPECS/smalltalk.spec:1.78	Fri Mar  6 00:24:29 2009
+++ SPECS/smalltalk.spec	Wed Mar 11 13:52:46 2009
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	GNU smalltalk
 Name:		smalltalk
 Version:	3.1
-Release:	4
+Release:	4.1
 License:	GPL
 Group:		Development/Languages
 Source0:	ftp://ftp.gnu.org/pub/gnu/smalltalk/%{name}-%{version}.tar.gz
@@ -157,6 +157,9 @@
 %patch0 -p1
 
 %build
+CXXFLAGS="%{rpmcxxflags} -fPIC"
+CFLAGS="%{rpmcflags} -fPIC"
+
 %configure \
 	--enable-gtk=yes \
 	--enable-disassembler \
@@ -291,6 +294,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.79  2009/03/11 12:52:46  baggins
+- add -fPIC to C(XX)FLAGS
+
 Revision 1.78  2009/03/05 23:24:29  baggins
 - rel 4
 - added missing dir
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/smalltalk.spec?r1=1.78&r2=1.79&f=u



More information about the pld-cvs-commit mailing list