summaryrefslogtreecommitdiffstats
path: root/extra/apache/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/apache/Pkgfile')
-rw-r--r--extra/apache/Pkgfile8
1 files changed, 4 insertions, 4 deletions
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