mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-01 02:32:57 -06:00
gnupg1: Disable nls
This commit is contained in:
parent
cf653d30e9
commit
4214b60a36
@ -6,7 +6,8 @@ export CFLAGS="$CFLAGS -fcommon"
|
|||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--enable-noexecstack
|
--enable-noexecstack \
|
||||||
|
--disable-nls
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
Loading…
Reference in New Issue
Block a user