X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fhv-install-1;h=2071f93a7f26562af5c791f27ac23035f035be8c;hb=498549fb1b100f0649a8fcee8a5f5a0e0593369a;hp=143216c539ca4190f521444ce0f22335fa6fc3ef;hpb=074b7f24a66f0af8d7da08da025b31b00db8ff20;p=hvlinux.git diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index 143216c..2071f93 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -21,8 +21,8 @@ ipkg -j ${FCRON} ipkg ${OPENSSH} ipkg -s lynx ${LYNX} ipkg ${EXPAT} -ipkg ${APR} "--with-installbuilddir=/usr/lib/apr-1/build" -ipkg ${APR_UTIL} "--with-apr=/usr/bin/apr-1-config" +ipkg ${APR} "--disable-static --with-installbuilddir=/usr/share/apr-1/build" +ipkg ${APR_UTIL} "--with-apr=/usr --with-gdbm=/usr -with-openssl=/usr" ipkg ${NEON} "--with-ssl" ipkg -s tcl ${TCL} CFLAGS="${CFLAGS} -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1" \ @@ -99,6 +99,8 @@ ipkg ${INTLTOOL} ipkg -m acnb ${GIT} "--libexecdir=/usr/lib --with-gitconfig=/etc/gitconfig" +ipkg ${DIALOG} + # DocBook ipkg -m acnb ${SGML_COMMON} ipkg -m noac -s sgml-dtd3 ${SGML_DTD3} @@ -137,7 +139,7 @@ ipkg -m noac ${CKERMIT} ipkg ${LIBTASN1} ipkg ${LIBUNISTRING} ipkg ${BDWGC} -ipkg ${GUILE} \ +ipkg ${GUILE2} \ --enable-posix \ --disable-static \ --enable-networking \