SPECS: python.spec - enable multilib build

tommat tommat at pld-linux.org
Tue Mar 6 00:44:23 CET 2007


Author: tommat                       Date: Mon Mar  5 23:44:23 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- enable multilib build

---- Files affected:
SPECS:
   python.spec (1.295 -> 1.296) 

---- Diffs:

================================================================
Index: SPECS/python.spec
diff -u SPECS/python.spec:1.295 SPECS/python.spec:1.296
--- SPECS/python.spec:1.295	Tue Feb 13 09:06:43 2007
+++ SPECS/python.spec	Tue Mar  6 00:44:17 2007
@@ -536,9 +536,12 @@
 	--with-cxx="%{__cxx}" \
 	--enable-unicode=ucs4 \
 	--enable-shared \
-	LINKCC='$(PURIFY) $(CXX)'
+	LINKCC='$(PURIFY) $(CXX)' \
+	LDSHARED='$(CC) $(CFLAGS) -shared' \
+	BLDSHARED='$(CC) $(CFLAGS) -shared' \
+	LDFLAGS="%{rpmcflags} %{rpmldflags}"
 
-./Doc/tools/getversioninfo
+#./Doc/tools/getversioninfo
 
 %{__make} \
 	OPT="%{rpmcflags}" 2>&1 | awk '
@@ -938,6 +941,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.296  2007/03/05 23:44:17  tommat
+- enable multilib build
+
 Revision 1.295  2007/02/13 08:06:43  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python.spec?r1=1.295&r2=1.296&f=u



More information about the pld-cvs-commit mailing list