diff options
author | tv <tv> | 2005-01-26 17:39:55 +0000 |
---|---|---|
committer | tv <tv> | 2005-01-26 17:39:55 +0000 |
commit | 9568617afd23a83911a0f4576cabc6b47ff30326 (patch) | |
tree | 0c04883a5c251d52f0002862b890e8f2f24875f8 /net/libpcap/Makefile | |
parent | 32b70d55554cc4e5a0b3427f9d911be156b1a7df (diff) | |
download | pkgsrc-9568617afd23a83911a0f4576cabc6b47ff30326.tar.gz |
Add EXTRACT_ELEMENTS to prevent blowup on first extract due to malformed
pathnames in the tarball.
Diffstat (limited to 'net/libpcap/Makefile')
-rw-r--r-- | net/libpcap/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile index ad14a171449..52322916ebd 100644 --- a/net/libpcap/Makefile +++ b/net/libpcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/10/05 19:00:57 adrianp Exp $ +# $NetBSD: Makefile,v 1.22 2005/01/26 17:39:55 tv Exp $ DISTNAME= libpcap-0.8.3 SVR4_PKGNAME= lpcap @@ -11,6 +11,9 @@ COMMENT= System-independent interface for user-level packet capture PKG_INSTALLATION_TYPES= overwrite pkgviews +# tarball contains invalid dir entry libpcap-0.8.3/.; breaks "first" extract +EXTRACT_ELEMENTS= libpcap-0.8.3/./* + USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= lex yacc m4 |