summaryrefslogtreecommitdiffstats
path: root/base/udev/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-08-14 11:17:05 +0200
committertnut <tnut at nutyx dot com>2011-08-14 11:17:05 +0200
commit5c2505d73d95e15b92abeaed410bd12137bdac9c (patch)
treee445a28d03904e87a650b9393154b79d4ee004d6 /base/udev/Pkgfile
parent1f9e26f548a0202edcaa4d3961c2f6a34122c588 (diff)
parent190059a2ffa6ab53840eb05c620640efb4168178 (diff)
downloadnutyx-pakxe-5c2505d73d95e15b92abeaed410bd12137bdac9c.tar.gz
nutyx-pakxe-5c2505d73d95e15b92abeaed410bd12137bdac9c.tar.bz2
nutyx-pakxe-5c2505d73d95e15b92abeaed410bd12137bdac9c.tar.xz
nutyx-pakxe-5c2505d73d95e15b92abeaed410bd12137bdac9c.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'base/udev/Pkgfile')
-rw-r--r--base/udev/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/udev/Pkgfile b/base/udev/Pkgfile
index ccaeddea9..bd0ffe18e 100644
--- a/base/udev/Pkgfile
+++ b/base/udev/Pkgfile
@@ -6,16 +6,16 @@
# Run on:
name=udev
-version=172
+version=173
release=1
_lfs_release=20100128
source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$name-$version.tar.bz2 \
http://www.linuxfromscratch.org/lfs/downloads/development/udev-config-${_lfs_release}.tar.bz2)
build() {
if ( pkginfo -i|grep "^glib " > /dev/null) then
- EXTRA="--with-pci-ids-path=/usr/share/pci.ids.gz"
+ EXTRA="--with-pci-ids-path=/usr/share/pci.ids.gz --enable-udev_acl"
else
- EXTRA="--disable-extras --disable-introspection --disable-hwdb --disable-udev_acl --disable-keymap"
+ EXTRA="--disable-extras --disable-introspection --disable-hwdb --disable-keymap"
fi
cd udev-$version