Fix invalid installation of udev libs to /lib
[hvlinux.git] / stage2 / hv-install-2
index e0a0bd2..5870b94 100755 (executable)
@@ -13,6 +13,7 @@ ipkg ${FILE_PKG}
 ipkg ${GAWK} "--libexecdir=/usr/lib"
 ipkg ${FINDUTILS}
 ipkg ${GETTEXT}
+ipkg ${GPERF}
 ipkg ${GREP} "--bindir=/bin --without-included-regex"
 ipkg ${GROFF}
 ipkg ${GZIP}
@@ -41,7 +42,7 @@ ipkg -m noac ${SYSVINIT}
 FORCE_UNSAFE_CONFIGURE=1 ipkg ${TAR_PACKAGE} "--bindir=/bin --libexecdir=/usr/sbin"
 ipkg ${TEXINFO}
 ipkg ${EUDEV}
-ipkg ${GRUB} --disable-werror
+CFLAGS="" CPPFLAGS="" CXXFLAGS="" ipkg ${GRUB} --disable-werror
 ipkg -m acnb ${DHCP}
 
 if [ -n "${WIFI_SUPPORT}" ]; then
@@ -62,7 +63,7 @@ ipkg ${HV_UTILITIES} "--prefix=/usr/local"
 ipkg ${LZO} "--enable-shared --disable-static"
 ipkg ${LZOP}
 
-ipkg -c -m noac -l "kernel" -s "kernel" ${KERNEL}
+ipkg -m noac -l "kernel" -s "kernel" ${KERNEL}
 
 rscr once "Installing bootscripts"  install-bootscripts
 rscr once "Creating default config files" create-config-files