2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

gnupg1: Fix libexec location

This commit is contained in:
Dylan Araps 2020-05-08 12:00:38 +03:00
parent a4738c404d
commit dbaa5b584e
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -6,6 +6,7 @@ export CFLAGS="$CFLAGS -fcommon"
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--enable-noexecstack \
--disable-nls