$(TARGET) :
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && ./configure --prefix=/usr --enable-static --enable-shared
+ cd $(DIR_APP) && ./configure --prefix=/usr --disable-static --enable-shared
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)
--- /dev/null
++usr/bin/cjpeg
++usr/bin/djpeg
++usr/bin/jpegtran
++usr/bin/rdjpgcom
++usr/bin/wrjpgcom
++usr/include/jconfig.h
++usr/include/jerror.h
++usr/include/jmorecfg.h
++usr/include/jpeglib.h
++usr/lib/libjpeg.la
+usr/lib/libjpeg.so
+usr/lib/libjpeg.so.62
+usr/lib/libjpeg.so.62.0.0
++usr/share/man/man1/cjpeg.1
++usr/share/man/man1/djpeg.1
++usr/share/man/man1/jpegtran.1
++usr/share/man/man1/rdjpgcom.1
++usr/share/man/man1/wrjpgcom.1