summaryrefslogtreecommitdiffstats
path: root/extra/apache
diff options
context:
space:
mode:
authorpierre <pierre@nutyx.(none)>2010-05-10 12:12:34 +0200
committerpierre <pierre@nutyx.(none)>2010-05-10 12:12:34 +0200
commit5a9f046ce7144f3fa38b998ec5315e361c0f02f1 (patch)
treea7f2752f3e8a67d687907de3923f5224fba9e097 /extra/apache
parent42704d31d3609d63611d28c156f1579e66b18bc5 (diff)
downloadnutyx-pakxe-5a9f046ce7144f3fa38b998ec5315e361c0f02f1.tar.gz
nutyx-pakxe-5a9f046ce7144f3fa38b998ec5315e361c0f02f1.tar.bz2
nutyx-pakxe-5a9f046ce7144f3fa38b998ec5315e361c0f02f1.tar.xz
nutyx-pakxe-5a9f046ce7144f3fa38b998ec5315e361c0f02f1.zip
Maj url apache
Diffstat (limited to 'extra/apache')
-rw-r--r--extra/apache/.md5sum2
-rw-r--r--extra/apache/Pkgfile4
2 files changed, 3 insertions, 3 deletions
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