X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=stage3%2Fpkg%2Ftcl;h=8acbdbf945e192d03fe1fb022317761dfe517f33;hb=1b6490195147ee6d1098cf255240d60f60c40108;hp=83243b1234b9b27a7de00f2ee5a15f2e0616ca59;hpb=9e3f8101a7e4d974db8e9afeb9c90c13a43ae8d7;p=hvlinux.git diff --git a/stage3/pkg/tcl b/stage3/pkg/tcl index 83243b1..8acbdbf 100644 --- a/stage3/pkg/tcl +++ b/stage3/pkg/tcl @@ -1,16 +1,8 @@ #!/bin/bash -hvconfig() -{ - cd ${LFS_TMP}/${PACKAGE}/unix - ./configure \ - --prefix=/usr \ - --enable-threads \ - --mandir=/usr/share/man -} - hvbuild() { + cd ${BUILD_DIR} make # Removes references to the build directory and replaces them with saner @@ -22,6 +14,10 @@ hvbuild() tclConfig.sh make install +} + +hvbuild_post() +{ make install-private-headers # Special case for TCL