From 4ee2d33700c9d057a209e29f834d8b611891cf2e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 21 Aug 2022 16:30:52 +0300 Subject: bison: disable native language support --- extra/bison/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extra/bison') diff --git a/extra/bison/build b/extra/bison/build index 65b3cad9..f0407ff4 100755 --- a/extra/bison/build +++ b/extra/bison/build @@ -4,7 +4,8 @@ export LDFLAGS="$LDFLAGS -static" export M4=gm4 ./configure \ - --prefix=/usr + --prefix=/usr \ + --disable-nls make make DESTDIR="$1" install -- cgit v1.2.3