X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fudev;h=32c0c424e21e3ccf4ab295495a556c562e4509da;hb=f17590dbafa5f54b5f86d650ad64c8ce4d9173c2;hp=475748ecd96781065858e67891f23a531401d917;hpb=5f34ed763755aa326f02325e44fae5974d23e604;p=hvlinux.git diff --git a/stage2/pkg/udev b/stage2/pkg/udev index 475748e..32c0c42 100644 --- a/stage2/pkg/udev +++ b/stage2/pkg/udev @@ -2,18 +2,23 @@ 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 + + mv /lib/pkgconfig/{gudev-*.pc,libudev.pc} /usr/lib/pkgconfig + rmdir /lib/pkgconfig }