SPECS: unzip.spec - enable large files support
areq
areq at pld-linux.org
Wed Sep 20 14:52:06 CEST 2006
Author: areq Date: Wed Sep 20 12:52:06 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- enable large files support
---- Files affected:
SPECS:
unzip.spec (1.49 -> 1.50)
---- Diffs:
================================================================
Index: SPECS/unzip.spec
diff -u SPECS/unzip.spec:1.49 SPECS/unzip.spec:1.50
--- SPECS/unzip.spec:1.49 Sat Feb 25 18:54:30 2006
+++ SPECS/unzip.spec Wed Sep 20 14:52:01 2006
@@ -106,7 +106,7 @@
LD="%{__cc}" \
AS="%{__cc}" \
%ifarch %{ix86}
- CF="%{rpmcflags} -I. -Wall -DASM_CRC" \
+ CF="%{rpmcflags} -I. -Wall -DASM_CRC -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
AF="-Di386 %{rpmldflags}" \
CRC32="crc_gcc"
%else
@@ -139,6 +139,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.50 2006/09/20 12:52:01 areq
+- enable large files support
+
Revision 1.49 2006/02/25 17:54:30 sparky
- typo
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/unzip.spec?r1=1.49&r2=1.50&f=u
More information about the pld-cvs-commit
mailing list