X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fexpect;h=ac4752be9855055430da639a697ddd7506a923a8;hp=5e5c7a6ed9d57d18c8854311209f12e0ab50ffd9;hb=af9aa1556e6329e7af3d8939c51316fe1599295a;hpb=17e1edad4ccf4b5ee0040691297b028ac8a3a84f diff --git a/lfs/expect b/lfs/expect index 5e5c7a6ed9..ac4752be98 100644 --- a/lfs/expect +++ b/lfs/expect @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2016 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -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)