summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/Makefile.am
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-03-14 17:55:58 +0000
committerjoerg <joerg@pkgsrc.org>2010-03-14 17:55:58 +0000
commit583f2d4a9e50c049aed99e04018c70d315e9725d (patch)
treeb5ad7017e39e09c337dae167f4f85be0c64d28ce /archivers/libarchive/files/Makefile.am
parent813e1c65cfea70db0fa02bd006013a08731f470f (diff)
downloadpkgsrc-583f2d4a9e50c049aed99e04018c70d315e9725d.tar.gz
libarchive-2.8.2:
- Fix NULL deference for short self-extracting zip archives - Don't dereference symlinks on Linux when reading ACLs - Better detection of SHA2 support for old OpenSSL versions - Fix parsing of input files for bsdtar -T - Do not leak setup_xattr into the global namespace - Fix build when an older libarchive is already installed - Use O_BINARY opening files in bsdtar - Include missing archive_crc32.h - Correctly include iconv.h required by libxml2
Diffstat (limited to 'archivers/libarchive/files/Makefile.am')
-rw-r--r--archivers/libarchive/files/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/libarchive/files/Makefile.am b/archivers/libarchive/files/Makefile.am
index 4f4a80dcfc7..9b0632baf9f 100644
--- a/archivers/libarchive/files/Makefile.am
+++ b/archivers/libarchive/files/Makefile.am
@@ -94,6 +94,7 @@ include_HEADERS= libarchive/archive.h libarchive/archive_entry.h
libarchive_la_SOURCES= \
libarchive/archive_check_magic.c \
+ libarchive/archive_crc32.h \
libarchive/archive_endian.h \
libarchive/archive_entry.c \
libarchive/archive_entry.h \