X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flibjpeg;h=6251fc85b4423918522b93ea5a36282b6623f156;hb=d618d67e010e94e1ef26f2570abe9d6748e90416;hp=aae2c7751a11bd5c0badf955b8e08c196fea1ea9;hpb=01176164b5c1989cf37afad36fe967ddfe0f3612;p=ipfire-2.x.git diff --git a/lfs/libjpeg b/lfs/libjpeg index aae2c7751a..6251fc85b4 100644 --- a/lfs/libjpeg +++ b/lfs/libjpeg @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2016 IPFire Team # +# 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 = 1.4.2 +VER = 1.5.1 THISAPP = libjpeg-turbo-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 86b0d5f7507c2e6c21c00219162c3c44 +$(DL_FILE)_MD5 = 55deb139b0cac3c8200b75d485fc13f3 install : $(TARGET) @@ -74,7 +74,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-jpeg8 \ --disable-static\ --mandir=/usr/share/man - cd $(DIR_APP) && [ -e "libtool" ] || ln -svf /usr/bin/libtool libtool cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)