X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fboost;fp=lfs%2Fboost;h=3ce49a0a9786386969f4fb34770d145fffa24450;hp=bed2b0cdb31084de44f6b3bc63a73dc8985ded45;hb=23164efba5f57b3d8ccb07a166b613f2f951e1b6;hpb=ea9cb48ae775a7040edaf58224535b71dcde25ea diff --git a/lfs/boost b/lfs/boost index bed2b0cdb3..3ce49a0a97 100644 --- a/lfs/boost +++ b/lfs/boost @@ -95,7 +95,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./bootstrap.sh --with-toolset=gcc - cd $(DIR_APP) && ./b2 -d+2 -q $(CONFIGURE_OPTIONS) stage + cd $(DIR_APP) && ./b2 -d+2 -q $(MAKETUNING) $(CONFIGURE_OPTIONS) stage cd $(DIR_APP) && ./b2 $(CONFIGURE_OPTIONS) install @rm -rf $(DIR_APP)