Update tcl for new ipkg() -d option
[hvlinux.git] / stage3 / hv-install-1
index 842a424..ca9ad05 100755 (executable)
@@ -27,7 +27,9 @@ ipkg ${EXPAT}
 ipkg -j ${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}
+ipkg -s tcl -d unix ${TCL} "\
+        --enable-threads \
+        --mandir=/usr/share/man"
 CFLAGS="${CFLAGS} -DSQLITE_ENABLE_FTS3=1 -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
     -DSQLITE_ENABLE_COLUMN_METADATA=1" \
     ipkg ${SQLITE}
@@ -77,7 +79,7 @@ ipkg -m acnb ${MYSQL}
 ipkg -m noac ${ZIP}
 ipkg -m noac ${UNZIP}
 ipkg -m noac ${UNRAR}
-ipkg -m noac ${P7ZIP}
+ipkg -m noac -s p7zip ${P7ZIP}
 ipkg -m noac ${PBZIP2}
 ipkg ${CPIO} "\
     --bindir=/bin \