diff options
-rw-r--r-- | extra/apache/.md5sum.x86_64 | 3 | ||||
-rw-r--r-- | extra/apache/Pkgfile | 14 |
2 files changed, 10 insertions, 7 deletions
diff --git a/extra/apache/.md5sum.x86_64 b/extra/apache/.md5sum.x86_64 index fe5d88154..c13223f44 100644 --- a/extra/apache/.md5sum.x86_64 +++ b/extra/apache/.md5sum.x86_64 @@ -1,3 +1,2 @@ -05dc97589bc4efaa1e83783db924e14e httpd-2.2.17-bdb51-1.patch -e02a3ec5925eb9e111400b9aa229f822 httpd-2.2.17-config-1.patch 1ac251431c8c4285f6b085c1d156bb56 httpd-2.2.20.tar.bz2 +e02a3ec5925eb9e111400b9aa229f822 httpd-2.2.21-config-1.patch diff --git a/extra/apache/Pkgfile b/extra/apache/Pkgfile index a480203b9..b615be901 100644 --- a/extra/apache/Pkgfile +++ b/extra/apache/Pkgfile @@ -7,16 +7,20 @@ name=apache version=2.2.20 -release=1 +release=3 source=(http://archive.apache.org/dist/httpd/httpd-$version.tar.bz2 \ - http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.2.17-bdb51-1.patch \ - http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.2.17-config-1.patch ) + http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.2.21-config-1.patch ) + +# http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.2.21-bdb51-1.patch \ +# http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.2.21-config-1.patch ) + build(){ source /etc/blfs-bootscripts - wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 +# wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 + wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2 tar xvf $scripts-$scriptsversion.tar.bz2 cd httpd-$version - patch -Np1 -i ../httpd-2.2.17-config-1.patch + patch -Np1 -i ../httpd-2.2.21-config-1.patch ./configure --enable-layout=FHS --enable-mods-shared=all make make DESTDIR=$PKG install |