]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/expect
elinks: FTBFS on aarch64
[people/pmueller/ipfire-2.x.git] / lfs / expect
index 5e5c7a6ed9d57d18c8854311209f12e0ab50ffd9..2ebd6a8f574096a8e374a4da5a104a8f4cd21bfe 100644 (file)
@@ -71,9 +71,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) $(DIR_SRC)/tcl* && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure \
-                       --prefix=/tools \
-                       --with-tcl=/tools/lib \
-                       --with-tclinclude=/tools/include \
+                       --prefix=$(TOOLS_DIR) \
+                       --build=$(BUILDTARGET) \
+                       --with-tcl=$(TOOLS_DIR)/lib \
+                       --with-tclinclude=$(TOOLS_DIR)/include \
                        --with-x=no \
                        --disable-nls
        cd $(DIR_APP) && make $(MAKETUNING)