X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fhv-install-1;h=49b09165aa0d4818eb6509df738931d8e82a036b;hb=f0d54c69a71d7d5cb32aa342ea38cba6aab9570f;hp=48c583803afa743449655d9608567991733ccc72;hpb=95d299f4c4d4095283cdc80fdefdc1512bb7e3b1;p=hvlinux.git diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index 48c5838..49b0916 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -10,7 +10,7 @@ ipkg -m noac ${BASHCOMPLETION} ipkg ${WHICH} ipkg -m acnb ${REISERFSPROGS} ipkg -m acnb ${POPT} -CFLAGS="${CFLAGS} -fPIC" ipkg -m acnb ${LIBTIRPC} +ipkg -m acnb ${LIBTIRPC} "--disable-static --disable-gssapi" ipkg ${PAM} ipkg ${SHADOW} ipkg -m noac ${OPENSSL} @@ -47,7 +47,7 @@ ipkg -m acnb ${HTOP} # Networking ipkg -m noac -s tcp_wrappers ${TCPWRAPPERS} -ipkg -m acnb ${RPCBIND} "--bindir=/sbin" +ipkg -m acnb ${RPCBIND} "--bindir=/sbin --with-rpcuser=root" LIBS="-lpthread" ipkg -m acnb ${NFS_UTILS} " \ --disable-nfsv4 \ --disable-nfsv41 \ @@ -93,7 +93,7 @@ INIT_D_PATH=/etc/rc.d/init.d \ ipkg -m noac ${DOSFSTOOLS} # Perl modules -ipkg -m pm ${PERL_MOD_PDL} +ipkg -j -m pm ${PERL_MOD_PDL} ipkg -m pm ${PERL_MOD_XML_WRITER} ipkg -m pm ${PERL_MOD_XML_PARSER}