From: Schantl Stefan Date: Thu, 11 Mar 2010 10:59:40 +0000 (+0100) Subject: toolchain: Add installation of tcl-private-headers. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9601e77ba00769bdccd651c65a82cd5cd678201;p=ipfire-3.x.git toolchain: Add installation of tcl-private-headers. They are needed to compile expect. --- diff --git a/pkgs/toolchain/tcl/tcl.nm b/pkgs/toolchain/tcl/tcl.nm index f1fc209ec..e4430aa82 100644 --- a/pkgs/toolchain/tcl/tcl.nm +++ b/pkgs/toolchain/tcl/tcl.nm @@ -15,4 +15,5 @@ endef define STAGE_INSTALL cd $(DIR_APP) && make install + cd $(DIR_APP) && make install-private-headers endef