Update tk for new ipkg() -d option
[hvlinux.git] / stage4 / hv-install-1
index e3c1212..487ed34 100755 (executable)
@@ -94,7 +94,9 @@ rscr once "Configuring X.org" configure-xorg
 
 ipkg ${XTERM}
 ipkg -m acnb ${T1LIB}
-ipkg -s tk ${TK}
+ipkg -s tk -d unix ${TK} "\
+        --enable-threads \
+        --mandir=/usr/share/man"
 
 # Re-installing python now that tk is present???
 ipkg ${PYTHON} "--enable-shared"