From 0229bc415ea9f2fe7c4a89178d955e57d729d7ba Mon Sep 17 00:00:00 2001 From: Roman Bolshakov Date: Wed, 7 Nov 2018 20:39:11 +0300 Subject: Add an override for bison glibc build requires GNU bison >= 2.7 but Apple ships bison 2.3. If we provide an override for GNU bison it should be possible to use a version from homebrew. Signed-off-by: Roman Bolshakov --- paths.sh.in | 1 + 1 file changed, 1 insertion(+) (limited to 'paths.sh.in') diff --git a/paths.sh.in b/paths.sh.in index a9a5ee80..7b57a8a4 100644 --- a/paths.sh.in +++ b/paths.sh.in @@ -1,5 +1,6 @@ export install="@INSTALL@" export bash="@BASH_SHELL@" +export bison="@BISON@" export awk="@AWK@" export grep="@GREP@" export gmake="@MAKE@" -- cgit v1.2.3