Correction installation dans /usr/libexec et autres...
[hvlinux.git] / stage2 / pkg / udev
index 1cea3cb..c1c605d 100644 (file)
@@ -2,13 +2,15 @@
 
 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"
 }