summaryrefslogtreecommitdiffstats
path: root/extra/hal/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/hal/Pkgfile')
-rwxr-xr-xextra/hal/Pkgfile9
1 files changed, 7 insertions, 2 deletions
diff --git a/extra/hal/Pkgfile b/extra/hal/Pkgfile
index 43c0486e0..6284cd8aa 100755
--- a/extra/hal/Pkgfile
+++ b/extra/hal/Pkgfile
@@ -10,7 +10,8 @@ version=0.5.14
release=1
source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz\
http://hal.freedesktop.org/releases/hal-info-20091130.tar.gz\
- haldaemon halusers.conf 10-keymap.fdi \
+ http://nutyx.meticul.eu/files/patchs/$name/$name-$version-configure-1.patch \
+ haldaemon halusers.conf 10-keymap.fdi \
use_udevadm_not_udevinfo.patch.gz )
build() {
@@ -18,7 +19,11 @@ build() {
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
cd $name-$version
-
+ patch -Np1 -i ../$name-$version-configure-1.patch
+ libtoolize --force
+ aclocal
+ autoconf
+ automake
./configure --prefix=/usr \
--mandir=/usr/share/man \
--libexecdir=/usr/lib/$name \