]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libjpeg
Merge branch 'next' into initscripts-cleanup
[ipfire-2.x.git] / lfs / libjpeg
index aae2c7751a11bd5c0badf955b8e08c196fea1ea9..64b227a8bd4cb80158129b8fea3b6e8da7cfa084 100644 (file)
@@ -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)