diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-21 16:29:53 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-21 16:29:53 +0300 |
commit | 7a1b03bff8fe2268a8ccf7fe7baae612a3036fd5 (patch) | |
tree | df4ee25e34cf37f8a0102fd31442661b007d13dc /community/gawk/build | |
parent | 418abe85ccecb77d52141688f026c66c1df06583 (diff) | |
download | repository-7a1b03bff8fe2268a8ccf7fe7baae612a3036fd5.tar.gz |
gawk: disable native language support
Diffstat (limited to 'community/gawk/build')
-rwxr-xr-x | community/gawk/build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/gawk/build b/community/gawk/build index ba2adac0..1e747317 100755 --- a/community/gawk/build +++ b/community/gawk/build @@ -4,7 +4,8 @@ export LDFLAGS="$LDFLAGS -static" ./configure \ --prefix=/usr \ - --sysconfdir=/etc + --sysconfdir=/etc \ + --disable-nls make make DESTDIR="$1" install |