SPECS: antiword.spec - also use rpmcflags when linking (-O2, -m32/...
sparky
sparky at pld-linux.org
Wed May 16 22:15:13 CEST 2007
Author: sparky Date: Wed May 16 20:15:13 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- also use rpmcflags when linking (-O2, -m32/-m64)
---- Files affected:
SPECS:
antiword.spec (1.30 -> 1.31)
---- Diffs:
================================================================
Index: SPECS/antiword.spec
diff -u SPECS/antiword.spec:1.30 SPECS/antiword.spec:1.31
--- SPECS/antiword.spec:1.30 Wed May 16 22:09:19 2007
+++ SPECS/antiword.spec Wed May 16 22:15:05 2007
@@ -32,7 +32,7 @@
%{__make} \
CC="%{__cc}" \
OPT="%{rpmcflags}" \
- LDFLAGS="%{rpmldflags}"
+ LDFLAGS="%{rpmcflags} %{rpmldflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -58,6 +58,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.31 2007/05/16 20:15:05 sparky
+- also use rpmcflags when linking (-O2, -m32/-m64)
+
Revision 1.30 2007/05/16 20:09:19 megabajt
- pass rpmldflags
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/antiword.spec?r1=1.30&r2=1.31&f=u
More information about the pld-cvs-commit
mailing list