Author: Tom ParkerTom Parker Date: Nov 13, 2006 18:30
Forgot to rebuild the package after making some of the later changes, and
so there were still a few bugs in the previously provided files.
Attached is a patch (that should be applied after adding the other
files) that fixes compliation and building of the package.
Tom Parker
diff -rN -u old-libjpeg6b-6b/Makefile.am new-libjpeg6b-6b/Makefile.am
--- old-libjpeg6b-6b/Makefile.am 2006-11-13 17:41:22.000000000 +0100
+++ new-libjpeg6b-6b/Makefile.am 2006-11-13 17:41:22.000000000 +0100
@@ -8,6 +8,7 @@
jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c jfdctfst.c \
jfdctint.c jidctflt.c jidctfst.c jidctint.c jidctred.c jquant1.c \
jquant2.c jutils.c jmemmgr.c
+libjpeg_la_LIBADD = $(MEMORYMGR)
libjpeg_la_DEPENDENCIES = $(MEMORYMGR)
libjpeg_la_LDFLAGS = -version-info $(VERSION):0:0
lib_LTLIBRARIES = libjpeg.la
@@ -27,5 +28,6 @@
rdjpgcom_LDADD = libjpeg.la
wrjpgcom_LDADD = libjpeg.la
|