SPECS: lzma.spec - enable multilib build

tommat tommat at pld-linux.org
Mon Mar 5 14:19:54 CET 2007


Author: tommat                       Date: Mon Mar  5 13:19:54 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- enable multilib build

---- Files affected:
SPECS:
   lzma.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SPECS/lzma.spec
diff -u SPECS/lzma.spec:1.26 SPECS/lzma.spec:1.27
--- SPECS/lzma.spec:1.26	Tue Feb 13 07:46:53 2007
+++ SPECS/lzma.spec	Mon Mar  5 14:19:49 2007
@@ -102,7 +102,7 @@
 	CXX="%{__cxx}" \
 	CXX_C="%{__cc}" \
 	CFLAGS="%{rpmcflags} -fprofile-generate -c -I ../../.." \
-	LDFLAGS="%{rpmldflags} -fprofile-generate" \
+	LDFLAGS="%{rpmcflags} %{rpmldflags} -fprofile-generate" \
 	LIB="-lm -lgcov"
 
 cat ../LZMA/* > test1
@@ -124,12 +124,14 @@
 	CXX="%{__cxx}" \
 	CXX_C="%{__cc}" \
 	CFLAGS="%{rpmcflags} -fprofile-use -c -I ../../.." \
-	LDFLAGS="%{rpmldflags}"
+	LDFLAGS="%{rpmcflags} %{rpmldflags}"
 
 cd ../LZMA_Lib
 %{__make} -f makefile \
 	CXX="%{__cxx}" \
-	CFLAGS="%{rpmcflags} -c -fpic"
+	CFLAGS="%{rpmcflags} -c -fpic" \
+	LDFLAGS="%{rpmcflags} %{rpmldflags}"
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -171,6 +173,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2007/03/05 13:19:49  tommat
+- enable multilib build
+
 Revision 1.26  2007/02/13 06:46:53  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lzma.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list