]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/freetype
Zwischencommit fuer LFS.
[ipfire-2.x.git] / lfs / freetype
index 3cb005ed8c03a13edca0ae8e36be6bd196eaee90..f990124f6c53f28911bfa9f2201ac248702d322c 100644 (file)
@@ -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)