summaryrefslogtreecommitdiffstats
path: root/extra/apache/Pkgfile
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2011-10-31 18:52:28 +0100
committerorchidman <lesibel@free.fr>2011-10-31 18:52:28 +0100
commitc79b3a607c4a3e9feba3a3206577d69bf36c72fb (patch)
treea1e40e0a8d21d69cc596957cf72e90a6dc1f96d8 /extra/apache/Pkgfile
parent38f61248968a8203a9e19d2a7d4a24e8ade4af88 (diff)
downloadnutyx-extra-c79b3a607c4a3e9feba3a3206577d69bf36c72fb.tar.gz
nutyx-extra-c79b3a607c4a3e9feba3a3206577d69bf36c72fb.tar.bz2
nutyx-extra-c79b3a607c4a3e9feba3a3206577d69bf36c72fb.tar.xz
nutyx-extra-c79b3a607c4a3e9feba3a3206577d69bf36c72fb.zip
apache 2.2.20-3 correction url
Diffstat (limited to 'extra/apache/Pkgfile')
-rw-r--r--extra/apache/Pkgfile14
1 files changed, 9 insertions, 5 deletions
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