aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-21 16:29:53 +0300
committerCem Keylan <cem@ckyln.com>2022-08-21 16:29:53 +0300
commit7a1b03bff8fe2268a8ccf7fe7baae612a3036fd5 (patch)
treedf4ee25e34cf37f8a0102fd31442661b007d13dc /community
parent418abe85ccecb77d52141688f026c66c1df06583 (diff)
downloadrepository-7a1b03bff8fe2268a8ccf7fe7baae612a3036fd5.tar.gz
gawk: disable native language support
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/gawk/build3
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