summaryrefslogtreecommitdiffstats
path: root/extra/apache
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-15 11:25:06 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-10-15 11:25:06 +0200
commitcfb9ebf140bdd0d61202d9a0deb4b7a870f9101c (patch)
tree9ab29b931aca077cf35f505a2a808e92949f1c89 /extra/apache
parentff9cd0ab7dc6dc136b4422d4d52c01ac68c28b99 (diff)
downloadnutyx-pakxe-cfb9ebf140bdd0d61202d9a0deb4b7a870f9101c.tar.gz
nutyx-pakxe-cfb9ebf140bdd0d61202d9a0deb4b7a870f9101c.tar.bz2
nutyx-pakxe-cfb9ebf140bdd0d61202d9a0deb4b7a870f9101c.tar.xz
nutyx-pakxe-cfb9ebf140bdd0d61202d9a0deb4b7a870f9101c.zip
maj apache#2.2.13-2
Diffstat (limited to 'extra/apache')
-rw-r--r--extra/apache/.md5sum2
-rw-r--r--extra/apache/Pkgfile8
2 files changed, 5 insertions, 5 deletions
diff --git a/extra/apache/.md5sum b/extra/apache/.md5sum
index e484abee6..98b8b0c27 100644
--- a/extra/apache/.md5sum
+++ b/extra/apache/.md5sum
@@ -1,3 +1,3 @@
cf00908a82321dabc331c7efdc194a8b apache
+e02a3ec5925eb9e111400b9aa229f822 httpd-2.2.11-config-1.patch
8d8d904e7342125825ec70f03c5745ef httpd-2.2.13.tar.bz2
-e02a3ec5925eb9e111400b9aa229f822 httpd-2.2.8-config-1.patch
diff --git a/extra/apache/Pkgfile b/extra/apache/Pkgfile
index 7d7019540..4e059007b 100644
--- a/extra/apache/Pkgfile
+++ b/extra/apache/Pkgfile
@@ -2,20 +2,20 @@
# Maintainer: NuTyX coreteam / Linux from scratch
# Packager: thierryn1 at hispeed dot ch
# URL: http://httpd.apache.org/
-# Depends on: apr, openssl, zlib
+# Depends on: apr, openssl, zlib, sqlite3
name=apache
version=2.2.13
-release=1
+release=2
source=(http://archive.apache.org/dist/httpd/httpd-$version.tar.bz2 \
- http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.2.8-config-1.patch
+ http://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.2.11-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.8-config-1.patch
+ patch -Np1 -i ../httpd-2.2.11-config-1.patch
./configure --enable-layout=FHS --enable-mods-shared=all
make
make DESTDIR=$PKG install