SPECS: xls2txt.spec - LDLIBS=-lm
radek
radek at pld-linux.org
Thu Dec 18 19:21:14 CET 2008
Author: radek Date: Thu Dec 18 18:21:14 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- LDLIBS=-lm
---- Files affected:
SPECS:
xls2txt.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/xls2txt.spec
diff -u SPECS/xls2txt.spec:1.3 SPECS/xls2txt.spec:1.4
--- SPECS/xls2txt.spec:1.3 Sat Mar 15 17:16:44 2008
+++ SPECS/xls2txt.spec Thu Dec 18 19:21:08 2008
@@ -21,7 +21,8 @@
%{__make} \
CC="%{__cc}" \
CFLAGS="%{rpmcflags} -fomit-frame-pointer" \
- LDFLAGS="%{rpmldflags}"
+ LDFLAGS="%{rpmldflags}" \
+ LDLIBS="-lm"
%install
rm -rf $RPM_BUILD_ROOT
@@ -41,6 +42,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2008/12/18 18:21:08 radek
+- LDLIBS=-lm
+
Revision 1.3 2008/03/15 16:16:44 glen
- what docs?
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xls2txt.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list