From: Stefan Schantl Date: Thu, 30 Jul 2009 09:24:52 +0000 (+0200) Subject: Cleaned lfs/libjpeg. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54dc3707f1f05035eb6226cac71aeedef70f5bd5;p=ipfire-3.x.git Cleaned lfs/libjpeg. --- diff --git a/lfs/libjpeg b/lfs/libjpeg index 76cc65d87..457fb1a47 100644 --- a/lfs/libjpeg +++ b/lfs/libjpeg @@ -56,9 +56,7 @@ endef # Top-level Rules ############################################################################### -objects = $(DL_FILE) \ - libjpeg-6b-buffferoverflow.patch \ - libjpeg-6b-c++.patch +objects = $(DL_FILE) download: $(objects) @@ -88,8 +86,6 @@ $(OBJECT): $(objects) --prefix=/usr \ --disable-static \ --enable-shared - #cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/libjpeg-6b-buffferoverflow.patch - #cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/libjpeg-6b-c++.patch cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install