X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Ffreetype;h=f990124f6c53f28911bfa9f2201ac248702d322c;hp=3cb005ed8c03a13edca0ae8e36be6bd196eaee90;hb=ddac6087701302372ff8a0bd9918eb9d21752d74;hpb=6b8cff41666f75596a826dc2253f16cca613e2b2 diff --git a/lfs/freetype b/lfs/freetype index 3cb005ed8c..f990124f6c 100644 --- a/lfs/freetype +++ b/lfs/freetype @@ -74,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && sed -i -r 's:.*(#.*BYTE.*) .*:\1:' include/freetype/config/ftoption.h cd $(DIR_APP) && ./configure --prefix=/usr - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)