SPECS: setup.spec - fix multilib build

tommat tommat at pld-linux.org
Mon Mar 12 09:14:03 CET 2007


Author: tommat                       Date: Mon Mar 12 08:14:03 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix multilib build

---- Files affected:
SPECS:
   setup.spec (1.128 -> 1.129) 

---- Diffs:

================================================================
Index: SPECS/setup.spec
diff -u SPECS/setup.spec:1.128 SPECS/setup.spec:1.129
--- SPECS/setup.spec:1.128	Mon Feb 12 23:09:14 2007
+++ SPECS/setup.spec	Mon Mar 12 09:13:57 2007
@@ -84,11 +84,11 @@
 
 %{__make} \
 	OPT_FLAGS="%{rpmcflags}" \
-	LDFLAGS="%{rpmldflags}" \
+	LDFLAGS="%{rpmcflags} %{rpmldflags}" \
 	CC="diet %{__cc}"
 %{__make} postshell update-fstab \
 	OPT_FLAGS="%{rpmcflags} -Os" \
-	LDFLAGS="%{rpmldflags}" \
+	LDFLAGS="%{rpmcflags} %{rpmldflags}" \
 	CC="diet %{__cc}"
 
 %install
@@ -150,6 +150,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.129  2007/03/12 08:13:57  tommat
+- fix multilib build
+
 Revision 1.128  2007/02/12 22:09:14  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/setup.spec?r1=1.128&r2=1.129&f=u



More information about the pld-cvs-commit mailing list