]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- enable lingerd
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 27 Sep 2006 12:19:47 +0000 (12:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1.spec -> 1.149

apache1.spec

index a5b629e153909ca3630d2ac2315f8f2bb47ca48b..a4e4e73c7ec2b5ea422d742eaea02ea3b86d81da 100644 (file)
@@ -3,7 +3,7 @@
 %bcond_with    rewrite_ldap    # enable ldap map support for mod_rewrite (alpha)
 %bcond_without ipv6            # disable IPv6 support
 %bcond_with    minimal         # minimal apache, without any modules
-%bcond_with    lingerd         # build with lingerd support
+%bcond_without lingerd         # don't build lingerd support
 #
 %include       /usr/lib/rpm/macros.perl
 Summary:       The most widely used Web server on the Internet
@@ -1336,7 +1336,7 @@ OPTIM="%{rpmcflags} -DHARD_SERVER_LIMIT=2048" \
        --enable-module=auth_digest \
        --enable-shared=max \
        --proxycachedir=/var/cache/apache \
-       --with-perl=%{_bindir}/perl \
+       --with-perl=%{__perl} \
        --enable-suexec \
        --suexec-caller=http \
        --suexec-uidmin=500 \
This page took 0.060381 seconds and 4 git commands to generate.