aboutsummaryrefslogtreecommitdiff
path: root/community/gawk/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/gawk/build')
-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