SPECS: apache1.spec - force 64bit file offsets for > 2GB error log...
glen
glen at pld-linux.org
Tue Apr 1 08:22:33 CEST 2008
Author: glen Date: Tue Apr 1 06:22:33 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- force 64bit file offsets for > 2GB error log; rel 6
---- Files affected:
SPECS:
apache1.spec (1.191 -> 1.192)
---- Diffs:
================================================================
Index: SPECS/apache1.spec
diff -u SPECS/apache1.spec:1.191 SPECS/apache1.spec:1.192
--- SPECS/apache1.spec:1.191 Wed Feb 13 10:32:12 2008
+++ SPECS/apache1.spec Tue Apr 1 08:22:28 2008
@@ -29,7 +29,7 @@
Summary(zh_CN.UTF-8): Internet 上应用最广泛的 Web 服务程序。
Name: apache1
Version: 1.3.41
-Release: 5
+Release: 6
License: Apache v2.0
Group: Networking/Daemons
Source0: http://www.apache.org/dist/httpd/apache_%{version}.tar.gz
@@ -1353,7 +1353,7 @@
%{__sed} -i -e 's,/lib$,/%{_lib},' config.layout
%build
-OPTIM="%{rpmcflags} -DHARD_SERVER_LIMIT=2048" \
+OPTIM="%{rpmcflags} -DHARD_SERVER_LIMIT=2048 -D_FILE_OFFSET_BITS=64" \
./configure \
--with-layout=PLD \
--without-confadjust \
@@ -2487,6 +2487,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.192 2008-04-01 06:22:28 glen
+- force 64bit file offsets for > 2GB error log; rel 6
+
Revision 1.191 2008-02-13 09:32:12 glen
- release 5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1.spec?r1=1.191&r2=1.192&f=u
More information about the pld-cvs-commit
mailing list