X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fudev;h=32c0c424e21e3ccf4ab295495a556c562e4509da;hb=776bbd8c7e1ad388b0e0966f01cb06aae9ec3fae;hp=aa2c17769eb777cc6157e5970983c40f9d8368c1;hpb=781acd83f772630262c2a8ba22c8fe7507801852;p=hvlinux.git diff --git a/stage2/pkg/udev b/stage2/pkg/udev index aa2c177..32c0c42 100644 --- a/stage2/pkg/udev +++ b/stage2/pkg/udev @@ -6,12 +6,10 @@ hvconfig_pre() CONFIGURE_OPTS="\ ${CONFIGURE_OPTS} \ - --sbindir=/sbin \ - --with-rootlibdir=/lib \ - --libexecdir=/lib/udev \ - --docdir=/usr/share/doc/${PACKAGE} \ - --disable-extras \ - --disable-hwdb \ + --exec-prefix="" \ + --libexecdir=/lib \ + --with-usb-ids-path=no \ + --with-pci-ids-path=no \ --disable-keymap \ --disable-introspection" } @@ -20,4 +18,7 @@ hvbuild_post() { 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 }