X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fudev;h=c1c605d153c587279ea9f41ee2995777017fa46c;hb=14b8b7248a8be82f4073da3a5b6658517ec44a0b;hp=475748ecd96781065858e67891f23a531401d917;hpb=5f34ed763755aa326f02325e44fae5974d23e604;p=hvlinux.git diff --git a/stage2/pkg/udev b/stage2/pkg/udev index 475748e..c1c605d 100644 --- a/stage2/pkg/udev +++ b/stage2/pkg/udev @@ -2,18 +2,20 @@ hvconfig_pre() { + # --disable-keymap: to remove gperf dependency + CONFIGURE_OPTS="\ ${CONFIGURE_OPTS} \ - --sbindir=/sbin \ - --with-rootlibdir=/lib \ - --libexecdir=/lib/udev \ - --docdir=/usr/share/doc/${PACKAGE} \ - --disable-extras \ + --exec-prefix="" \ + --libexecdir=/lib \ + --with-usb-ids-path=no \ + --with-pci-ids-path=no \ + --disable-keymap \ --disable-introspection" } hvbuild_post() { - install -m755 ${SCRDIR}/misc/udev-create-persistent-net.sh /usr/local/bin - install -m644 ${SCRDIR}/misc/udev-media-automount.rules /etc/udev/rules.d/10-media-automount.rules + install -v -m755 ${SCRDIR}/misc/udev-create-persistent-net.sh /usr/local/bin + install -v -m644 ${SCRDIR}/misc/udev-media-automount.rules /etc/udev/rules.d/10-media-automount.rules }