summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2007-02-24 11:23:02 +0100
committerJuergen Daubert <jue@jue.li>2007-02-24 11:23:02 +0100
commit7e282604982bcee2491c7e8782b633698d94f0a5 (patch)
tree66944d4978bf05f6c001b427fd74fdbd525c1211
parentad0344b707e472d72be23de239c4c2a96104b7c4 (diff)
downloadopt-7e282604982bcee2491c7e8782b633698d94f0a5.tar.gz
opt-7e282604982bcee2491c7e8782b633698d94f0a5.tar.xz
apache: fixed bug #170
-rw-r--r--apache/.footprint1
-rw-r--r--apache/Pkgfile5
2 files changed, 5 insertions, 1 deletions
diff --git a/apache/.footprint b/apache/.footprint
index 5330bcd4b..40136597b 100644
--- a/apache/.footprint
+++ b/apache/.footprint
@@ -76,6 +76,7 @@ drwxr-xr-x root/root usr/lib/apache/build/
-rw-r--r-- root/root usr/lib/apache/build/config_vars.mk
-rwxr-xr-x root/root usr/lib/apache/build/instdso.sh
-rw-r--r-- root/root usr/lib/apache/build/library.mk
+lrwxrwxrwx root/root usr/lib/apache/build/libtool -> /usr/share/apr-0/libtool
-rw-r--r-- root/root usr/lib/apache/build/ltlib.mk
-rw-r--r-- root/root usr/lib/apache/build/program.mk
-rw-r--r-- root/root usr/lib/apache/build/rules.mk
diff --git a/apache/Pkgfile b/apache/Pkgfile
index 4e865d5ca..0ec86ff3c 100644
--- a/apache/Pkgfile
+++ b/apache/Pkgfile
@@ -6,7 +6,7 @@
name=apache
version=2.0.59
-release=1
+release=2
source=(http://www.apache.org/dist/httpd/httpd-$version.tar.bz2 \
$name-ssl_cert.patch crux.layout apache)
@@ -33,6 +33,9 @@ build(){
touch $PKG/etc/ssl/certs/apache.crt
install -D -m 755 $SRC/apache $PKG/etc/rc.d/apache
+ cd $PKG/usr/lib/apache/build
+ ln -s $(apr-config --apr-libtool) libtool
+
rm -R $PKG/var/www/htdocs/*
rm $PKG/var/www/{error,icons,icons/small}/README*
chown -R root:root $PKG

Generated by cgit