X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fudev;h=d120b143b44597ca3960c01dfe3bf0d65371239b;hb=2f26e347a05e245d6f57cb6603a7a51a4418b80d;hp=984e6f735a6931ae3b9f359810694cf6afdd696e;hpb=3605ab38ca7604b1fe43c3bce5e4963730a85d39;p=hvlinux.git diff --git a/stage1/pkg/udev b/stage1/pkg/udev index 984e6f7..d120b14 100644 --- a/stage1/pkg/udev +++ b/stage1/pkg/udev @@ -1,22 +1,19 @@ #!/bin/bash -CC="${CC} ${CLFS_BUILDFLAGS}" - -CONFIGURE_OPTS="\ - --prefix=/usr \ - --build=${CLFS_HOST} \ - --host=${CLFS_TARGET} \ - --exec-prefix="" \ - --sysconfdir=/etc \ - --libexecdir=/lib/udev \ - --libdir=/usr/lib \ - --disable-extras \ - --disable-introspection" - hvconfig_pre() { - cd ${LFS_TMP}/${PACKAGE} + CONFIGURE_OPTS="\ + --prefix=/usr \ + --build=${CLFS_HOST} \ + --host=${CLFS_TARGET} \ + --exec-prefix="" \ + --sysconfdir=/etc \ + --libexecdir=/lib/udev \ + --libdir=/usr/lib \ + --disable-extras \ + --disable-introspection" + cd ${LFS_TMP}/${PACKAGE} install -dv ${LFS}/lib/{firmware,udev/devices/{pts,shm}} }