buffer overflows in handling iso9660 and tar images), despite Joerg telling me I should have better things to spend my time on. Fixes pulled from https://bugzilla.redhat.com/show_bug.cgi?id=705849 Bump PKGREVISION.
34 lines
813 B
Makefile
34 lines
813 B
Makefile
# $NetBSD: Makefile,v 1.40 2014/04/03 13:05:14 he Exp $
|
|
#
|
|
|
|
DISTNAME= libarchive-2.8.4
|
|
PKGREVISION= 4
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://www.libarchive.org/
|
|
COMMENT= Library to read/create different archive formats
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-bsdtar --without-expat --without-xml2 \
|
|
--disable-bsdcpio
|
|
|
|
do-extract:
|
|
${CP} -r ${FILESDIR} ${WRKSRC}
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == SunOS
|
|
# workaround for pkg/45491
|
|
CONFIGURE_ENV+= ac_cv_header_ext2fs_ext2_fs_h=no
|
|
.endif
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../archivers/xz/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|