]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
toolchain: Add installation of tcl-private-headers.
authorSchantl Stefan <Stevee@ipfire.org>
Thu, 11 Mar 2010 10:59:40 +0000 (11:59 +0100)
committerSchantl Stefan <Stevee@ipfire.org>
Thu, 11 Mar 2010 10:59:40 +0000 (11:59 +0100)
They are needed to compile expect.

pkgs/toolchain/tcl/tcl.nm

index f1fc209ec22da76997d9c1df8407bc02248f7750..e4430aa828d69bab323de343ea0529f066b006c7 100644 (file)
@@ -15,4 +15,5 @@ endef
 
 define STAGE_INSTALL
         cd $(DIR_APP) && make install
+       cd $(DIR_APP) && make install-private-headers
 endef