From 928f90221cdd368917ba22a868ee55bfcb98b6b3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 28 Jul 2020 00:28:03 +0300 Subject: [PATCH] bison: Disable NLS. Potential fix for #206 --- core/bison/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/bison/build b/core/bison/build index 6daf22f8..e04e728a 100755 --- a/core/bison/build +++ b/core/bison/build @@ -1,7 +1,8 @@ #!/bin/sh -e ./configure \ - --prefix=/usr + --prefix=/usr \ + --disable-nls make make DESTDIR="$1" install