aboutsummaryrefslogtreecommitdiff
path: root/extra/bison
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-21 16:30:52 +0300
committerCem Keylan <cem@ckyln.com>2022-08-21 16:30:52 +0300
commit4ee2d33700c9d057a209e29f834d8b611891cf2e (patch)
treeac3909fccbd21ae83e54a2276ab47de48835f3a8 /extra/bison
parent7a1b03bff8fe2268a8ccf7fe7baae612a3036fd5 (diff)
downloadrepository-4ee2d33700c9d057a209e29f834d8b611891cf2e.tar.gz
bison: disable native language support
Diffstat (limited to 'extra/bison')
-rwxr-xr-xextra/bison/build3
1 files changed, 2 insertions, 1 deletions
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