]> git.evergreen-ils.org Git - Evergreen.git/commit
Fix segmentation fault in mbsdiff and fix crc by linking with libbz2.
authorJason Stephenson <jason@sigio.com>
Tue, 19 Mar 2013 12:38:31 +0000 (08:38 -0400)
committerBen Shum <bshum@biblio.org>
Wed, 29 May 2013 21:38:20 +0000 (17:38 -0400)
commit8819aa61378fee8c58d2b307f802d24cc7a8acc9
tree3e3120fbbf0019be543aaef5b431ae2775e5d798
parenta698dc48c5d3a01515127b131e9506dda6c74137
Fix segmentation fault in mbsdiff and fix crc by linking with libbz2.

Doh! I typed memcpy when I really wanted memset.

This does not actually introduce any new dependencies.  Evergreen
updates/installation already requires bzip2.  If bzip2 is present,
then libbz2 is present.  We don't need libbz2 headers, just the
library itself for a single data structure used in crc32 calculation.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/xul/staff_client/external/libmar/configure.ac
Open-ILS/xul/staff_client/external/libmar/tool/bsdiff.c
Open-ILS/xul/staff_client/external/libmar/tool/crc32.c