From 289821ba6c0104c712836823335dc15d9bb4999a Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 2 May 2020 10:07:53 +0000 Subject: lang/ruby: disable check for unknown configure options --- lang/ruby/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/ruby/Makefile.common') diff --git a/lang/ruby/Makefile.common b/lang/ruby/Makefile.common index 859fd91196c..73ab05ee811 100644 --- a/lang/ruby/Makefile.common +++ b/lang/ruby/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.43 2020/03/29 05:26:54 taca Exp $ +# $NetBSD: Makefile.common,v 1.44 2020/05/02 10:07:53 rillig Exp $ # # Ruby base distribution common definition # @@ -80,6 +80,7 @@ do-patch: CONFIGURE_ARGS+= --disable-pthread .else CONFIGURE_ARGS+= --enable-pthread +GNU_CONFIGURE_STRICT= no # at least ruby25-base doesn't know --enable-pthread PTHREAD_OPTS+= native PTHREAD_AUTO_VARS= yes -- cgit v1.2.3