Changeset 824


Ignore:
Timestamp:
Aug 29, 2008, 4:13:57 PM (16 years ago)
Author:
andersk
Message:
Fix `make httpd` too.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/specs/httpd.spec.patch

    r816 r824  
    2323 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'`
    2424 if test "x${vmmn}" != "x%{mmn}"; then
    25 @@ -175,10 +183,11 @@
     25@@ -175,10 +183,12 @@
    2626         --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
    2727        --enable-suexec --with-suexec \
     
    3030+       --with-suexec-docroot=/ \
    3131+       --with-suexec-userdir=web_scripts \
     32+       --with-suexec-trusteddir=/usr/libexec/scripts-trusted \
    3233        --with-suexec-logfile=%{_localstatedir}/log/httpd/suexec.log \
    3334        --with-suexec-bin=%{_sbindir}/suexec \
Note: See TracChangeset for help on using the changeset viewer.