gnupg1: Disable nls

This commit is contained in:
Dylan Araps 2020-04-19 08:43:02 +03:00
parent cf653d30e9
commit 4214b60a36
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -6,7 +6,8 @@ export CFLAGS="$CFLAGS -fcommon"
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--enable-noexecstack
--enable-noexecstack \
--disable-nls
make
make DESTDIR="$1" install