From: Hugo Villeneuve Date: Sun, 28 Dec 2014 16:53:27 +0000 (-0500) Subject: Update tk for new ipkg() -d option X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=b08947308afe0a4d51477f2cf62533069f2a72fe Update tk for new ipkg() -d option --- diff --git a/stage4/hv-install-1 b/stage4/hv-install-1 index e3c1212..487ed34 100755 --- a/stage4/hv-install-1 +++ b/stage4/hv-install-1 @@ -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" diff --git a/stage4/pkg/tk b/stage4/pkg/tk index e91c15c..4b7be3e 100644 --- a/stage4/pkg/tk +++ b/stage4/pkg/tk @@ -1,14 +1,5 @@ #!/bin/bash -hvconfig() -{ - cd ${LFS_TMP}/${PACKAGE}/unix - ./configure \ - --prefix=/usr \ - --enable-threads \ - --mandir=/usr/share/man -} - hvbuild() { make