X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fpixman;h=644fd71392ee936c8757b130130f711d16d9b5fd;hb=2b51f53cfd32d6f24aba49c8fde822be8bee6d56;hp=1cb2a08df46887ce7bc6ad412b6a84ef5884efdd;hpb=0d3e1e8c1da5b0ae9e56ac320be02bdb043485d4;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/pixman b/lfs/pixman index 1cb2a08df4..644fd71392 100644 --- a/lfs/pixman +++ b/lfs/pixman @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# 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 # @@ -24,7 +24,7 @@ include Config -VER = 0.26.0 +VER = 0.40.0 THISAPP = pixman-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6563b6400b9fa23b47fd52105faf72b4 +$(DL_FILE)_MD5 = 73858c0862dd9896fb5f62ae267084a4 install : $(TARGET) @@ -70,7 +70,8 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr + $(UPDATE_AUTOMAKE) + cd $(DIR_APP) && ./configure --prefix=/usr --disable-arm-iwmmxt cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)