pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

htslib: Disable building test programs via MAKE_ENV



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Jul 27 09:37:45 2020 -0500
Changeset:	5f478bab9f86157afce8c627a608f166ca3f82d2

Modified Files:
	htslib/Makefile

Log Message:
htslib: Disable building test programs via MAKE_ENV

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5f478bab9f86157afce8c627a608f166ca3f82d2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 htslib/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/htslib/Makefile b/htslib/Makefile
index c6f5b28cc1..5495446e1b 100644
--- a/htslib/Makefile
+++ b/htslib/Makefile
@@ -23,6 +23,7 @@ REPLACE_PERL+=		test/*.pl
 CONFIGURE_ARGS+=	--enable-libcurl
 PKGCONFIG_OVERRIDE=	htslib.pc.in
 TEST_TARGET=		test
+MAKE_ENV+=		BUILT_TEST_PROGRAMS=''
 
 pre-configure:
 	cd ${WRKSRC} && autoreconf -if


Home | Main Index | Thread Index | Old Index