Ignore:
Timestamp:
Jun 3, 2008, 1:21:05 PM (16 years ago)
Author:
presbrey
Message:
Update build system for Fedora 9
File:
1 edited

Legend:

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

    r685 r760  
    1 --- httpd.spec.old      2006-09-08 15:04:31.000000000 -0400
    2 +++ httpd.spec  2006-09-16 21:32:05.000000000 -0400
    3 @@ -59,6 +59,10 @@
    4  Obsoletes: mod_put, mod_roaming, mod_jk
     1--- httpd.spec.orig     2008-02-19 02:05:36.000000000 -0500
     2+++ httpd.spec  2008-05-20 19:39:59.000000000 -0400
     3@@ -54,6 +54,10 @@
    54 Conflicts: pcre < 4.0
     5 Requires: httpd-tools = %{version}-%{release}
    66 
    77+Patch1000: httpd-suexec-scripts.patch
     
    1212 The Apache HTTP Server is a powerful, efficient, and extensible
    1313 web server.
    14 @@ -127,6 +129,10 @@
     14@@ -127,6 +131,10 @@
    1515 # Patch in vendor/release string
    1616 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1
     
    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 @@ -166,10 +166,11 @@
     25@@ -175,10 +183,11 @@
    2626         --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
    2727        --enable-suexec --with-suexec \
Note: See TracChangeset for help on using the changeset viewer.