From 5a9f046ce7144f3fa38b998ec5315e361c0f02f1 Mon Sep 17 00:00:00 2001 From: pierre Date: Mon, 10 May 2010 12:12:34 +0200 Subject: Maj url apache --- extra/apache/.md5sum | 2 +- extra/apache/Pkgfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'extra/apache') diff --git a/extra/apache/.md5sum b/extra/apache/.md5sum index b1c5ef818..a6755ed9c 100644 --- a/extra/apache/.md5sum +++ b/extra/apache/.md5sum @@ -1,3 +1,3 @@ cf00908a82321dabc331c7efdc194a8b apache -e02a3ec5925eb9e111400b9aa229f822 httpd-2.2.11-config-1.patch +e02a3ec5925eb9e111400b9aa229f822 httpd-2.2.15-config-1.patch 016cec97337eccead2aad6a7c27f2e14 httpd-2.2.15.tar.bz2 diff --git a/extra/apache/Pkgfile b/extra/apache/Pkgfile index 977c94b4d..a35e1182e 100644 --- a/extra/apache/Pkgfile +++ b/extra/apache/Pkgfile @@ -8,14 +8,14 @@ name=apache version=2.2.15 release=1 source=(http://archive.apache.org/dist/httpd/httpd-$version.tar.bz2 \ - http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.2.11-config-1.patch + http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.2.15-config-1.patch apache ) build(){ source /etc/blfs-bootscripts wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 tar xvf $scripts-$scriptsversion.tar.bz2 cd httpd-$version - patch -Np1 -i ../httpd-2.2.11-config-1.patch + patch -Np1 -i ../httpd-2.2.15-config-1.patch ./configure --enable-layout=FHS --enable-mods-shared=all make make DESTDIR=$PKG install -- cgit v1.2.3-54-g00ecf