From 046907144e3a97b0344531174df00fceacccc714 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Fri, 19 Jul 2019 14:39:41 +0700 Subject: [PATCH] bison: disable nls --- core/bison/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/bison/build b/core/bison/build index 8c650b61..90fc7746 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