SPECS: unzip.spec - oops, it wasn't working that way, but I won't ...
sparky
sparky at pld-linux.org
Sat Feb 25 18:47:45 CET 2006
Author: sparky Date: Sat Feb 25 17:47:45 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- oops, it wasn't working that way, but I won't cry...
---- Files affected:
SPECS:
unzip.spec (1.47 -> 1.48)
---- Diffs:
================================================================
Index: SPECS/unzip.spec
diff -u SPECS/unzip.spec:1.47 SPECS/unzip.spec:1.48
--- SPECS/unzip.spec:1.47 Sat Feb 25 18:37:12 2006
+++ SPECS/unzip.spec Sat Feb 25 18:47:40 2006
@@ -101,14 +101,17 @@
ln -sf unix/Makefile Makefile
%build
-%{__make} \
+%{__make} unzips \
+ CC="%{__cc}" \
+ LD="%{__cc}" \
+ AS="%{__cc}" \
%ifarch %{ix86}
- linux \
+ CF="%{rpmcflags} -I. -Wall -DASM_CRC" \
+ AF="-Di386 %{rpmldflags}" \
+ CRC32="crc_gc"
%else
- linux_noasm \
+ CF="%{rpmcflags} -I. -Wall"
%endif
- CC="%{__cc}" \
- CF="%{rpmcflags} -I. -DUNIX"
%install
rm -rf $RPM_BUILD_ROOT
@@ -136,6 +139,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.48 2006/02/25 17:47:40 sparky
+- oops, it wasn't working that way, but I won't cry...
+
Revision 1.47 2006/02/25 17:37:12 sparky
- pass CC and CFLAGS
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/unzip.spec?r1=1.47&r2=1.48&f=u
More information about the pld-cvs-commit
mailing list