diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-21 16:30:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-21 16:30:52 +0300 |
commit | 4ee2d33700c9d057a209e29f834d8b611891cf2e (patch) | |
tree | ac3909fccbd21ae83e54a2276ab47de48835f3a8 /extra/bison | |
parent | 7a1b03bff8fe2268a8ccf7fe7baae612a3036fd5 (diff) | |
download | repository-4ee2d33700c9d057a209e29f834d8b611891cf2e.tar.gz |
bison: disable native language support
Diffstat (limited to 'extra/bison')
-rwxr-xr-x | extra/bison/build | 3 |
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 |