SPECS: apache1.spec - revert 64bit file offsets, something makes i...
glen
glen at pld-linux.org
Wed Apr 2 21:54:45 CEST 2008
Author: glen Date: Wed Apr 2 19:54:45 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- revert 64bit file offsets, something makes it segfault on each request; rel 8
---- Files affected:
SPECS:
apache1.spec (1.193 -> 1.194)
---- Diffs:
================================================================
Index: SPECS/apache1.spec
diff -u SPECS/apache1.spec:1.193 SPECS/apache1.spec:1.194
--- SPECS/apache1.spec:1.193 Tue Apr 1 09:23:44 2008
+++ SPECS/apache1.spec Wed Apr 2 21:54:40 2008
@@ -1,4 +1,6 @@
# $Revision$, $Date$
+# TODO
+# - add -D_FILE_OFFSET_BITS=64 somewhere to get >2GB logfiles support
#
# Conditional build:
%bcond_with rewrite_ldap # enable ldap map support for mod_rewrite (alpha)
@@ -29,7 +31,7 @@
Summary(zh_CN.UTF-8): Internet 上应用最广泛的 Web 服务程序。
Name: apache1
Version: 1.3.41
-Release: 7
+Release: 8
License: Apache v2.0
Group: Networking/Daemons
Source0: http://www.apache.org/dist/httpd/apache_%{version}.tar.gz
@@ -1353,7 +1355,7 @@
%{__sed} -i -e 's,/lib$,/%{_lib},' config.layout
%build
-OPTIM="%{rpmcflags} -DHARD_SERVER_LIMIT=2048 -D_FILE_OFFSET_BITS=64" \
+OPTIM="%{rpmcflags} -DHARD_SERVER_LIMIT=2048" \
./configure \
--with-layout=PLD \
--without-confadjust \
@@ -2487,6 +2489,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.194 2008-04-02 19:54:40 glen
+- revert 64bit file offsets, something makes it segfault on each request; rel 8
+
Revision 1.193 2008-04-01 07:23:44 glen
- release 7
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1.spec?r1=1.193&r2=1.194&f=u
More information about the pld-cvs-commit
mailing list