Part 1 of 2: Patch to add crc32 support to the ddf1 metadata handler
James Simshaw <[email protected]>
| Newsgroups | gmane.linux.ataraid |
|---|---|
| Message-ID | <[email protected]> |
Hello,
This patch adds the necessary library to the Makefile.in that allows
the use of the crc32 function included in part 2.
James Simshaw
_______________________________________________
Ataraid-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/ataraid-list
makefile.patch
(text/x-patch, 261 B)
--- ../ORIGINAL/tools/Makefile.in 2006-02-17 12:16:32.000000000 -0800 +++ tools/Makefile.in 2006-07-12 13:52:29.000000000 -0700 @@ -20,7 +20,7 @@ SOURCES=\ TARGETS=\ dmraid -DMRAIDLIBS=-ldmraid +DMRAIDLIBS=-ldmraid -lz include $(top_srcdir)/make.tmpl