]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Cleaned lfs/libjpeg.
authorStefan Schantl <Stevee@ipfire.org>
Thu, 30 Jul 2009 09:24:52 +0000 (11:24 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Thu, 30 Jul 2009 09:24:52 +0000 (11:24 +0200)
lfs/libjpeg

index 76cc65d87e694ae3087a4ddea909a4a61101fecd..457fb1a473305ad825aeac6307d52e6139eb4b17 100644 (file)
@@ -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