From 417ea3fbe224b51d169bdfb2f3fad9c8de3d493e Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 29 Nov 2004 12:41:54 +0000 Subject: Add glob workaround from in PR pkg/25908. --- shells/bash2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shells') diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index f173e88ba3b..17e4d9a7b35 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2004/10/23 08:10:40 minskim Exp $ +# $NetBSD: Makefile,v 1.60 2004/11/29 12:41:54 tv Exp $ # DISTNAME= bash-2.05b @@ -30,6 +30,8 @@ PKG_SHELL= ${PREFIX}/bin/bash .include "../../mk/bsd.prefs.mk" +CFLAGS.Interix+= -DUSE_POSIX_GLOB_LIBRARY + # Global and legacy options .if defined(BASH_STATIC) && !empty(BASH_STATIC:M[yY][eE][sS]) PKG_DEFAULT_OPTIONS+= static -- cgit v1.2.3