Update tk for new ipkg() -d option
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 28 Dec 2014 16:53:27 +0000 (11:53 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 29 Dec 2014 16:24:31 +0000 (11:24 -0500)
stage4/hv-install-1
stage4/pkg/tk

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"
index e91c15c..4b7be3e 100644 (file)
@@ -1,14 +1,5 @@
 #!/bin/bash
 
-hvconfig()
-{
-    cd ${LFS_TMP}/${PACKAGE}/unix
-    ./configure \
-        --prefix=/usr \
-        --enable-threads \
-        --mandir=/usr/share/man
-}
-
 hvbuild()
 {
     make