]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/freetype
Firewallhitgraphs gefixt.
[people/pmueller/ipfire-2.x.git] / lfs / freetype
index 25edb8ddd16b52f5def1b14a604d9eef78dc8a47..f990124f6c53f28911bfa9f2201ac248702d322c 100644 (file)
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 440a4702182a79ac2f51e8974fb742c9
+$(DL_FILE)_MD5 = a4012e7d1f6400df44a16743b11b8423
 
 install : $(TARGET)
 
@@ -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)