84868106ea
Fix present in jq-1.6rc1 (https://github.com/stedolan/jq/commit/83e2cf6). The fix prevents 'infinite' recursion preventing stack exhaustion.
26 lines
515 B
Makefile
26 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.15 2018/05/30 16:03:48 ginsbach Exp $
|
|
|
|
DISTNAME= jq-1.5
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=stedolan/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/stedolan/jq/
|
|
COMMENT= Command-line JSON processor
|
|
LICENSE= mit
|
|
|
|
GITHUB_TAG= ${DISTNAME}
|
|
|
|
USE_LANGUAGES= c99
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= bison flex gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "options.mk"
|
|
|
|
CFLAGS.SunOS+= -D_XPG6 -D__EXTENSIONS__
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|