]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/tcl
Merge remote-tracking branch 'origin/next'
[ipfire-2.x.git] / lfs / tcl
diff --git a/lfs/tcl b/lfs/tcl
index 06e9e08356bcb5a2bce776e818a88901b188775c..fb464dca350ae5791e110611557163acd33af3d5 100644 (file)
--- a/lfs/tcl
+++ b/lfs/tcl
@@ -76,15 +76,15 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 ifneq "$(ROOT)" ""
-       cd $(DIR_APP)/unix && ./configure --prefix=/tools --disable-nls
+       cd $(DIR_APP)/unix && ./configure --prefix=$(TOOLS_DIR)
 else
-       cd $(DIR_APP)/unix && ./configure --prefix=/usr --disable-nls
+       cd $(DIR_APP)/unix && ./configure --prefix=/usr
 endif
        cd $(DIR_APP)/unix && make $(MAKETUNING)
        cd $(DIR_APP)/unix && make install
 ifneq "$(ROOT)" ""
        cd $(DIR_APP)/unix && make install-private-headers
-       ln -sf tclsh8.6 /tools/bin/tclsh
+       ln -sf tclsh8.6 $(TOOLS_DIR)/bin/tclsh
 else
        ln -sf tclsh8.6 /usr/bin/tclsh
 endif