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)
committerJason Stephenson <jstephenson@mvlc.org>
Tue, 26 Mar 2013 14:54:09 +0000 (10:54 -0400)
commit3bd3d89f692bf8c3291c53357af26b2bac5d8ed1
tree444e6913e64fbca2694045c5a6c9cf39536b177c
parentb2d4cef9bcae7771fa56ea3fe8bab0e793cd6092
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>
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