]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- revert 64bit file offsets, something makes it segfault on each request; rel 8 auto/ac/apache1-1_3_41-8 auto/ti/apache1-1_3_41-8
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 2 Apr 2008 19:54:40 +0000 (19:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1.spec -> 1.194

apache1.spec

index 1a00347508cb19535223311bed2b27e29cdb6468..04b426dc55ca97c691ff589506742ef820e2c29d 100644 (file)
@@ -1,3 +1,5 @@
+# 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)
@@ -28,7 +30,7 @@ Summary(uk.UTF-8):    Найпопулярніший Web-Server
 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
@@ -1352,7 +1354,7 @@ cp -a lingerd-*/{apache-1.3/ap_lingerd.c,li_config.h} src/main
 %{__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 \
This page took 0.044197 seconds and 4 git commands to generate.