use /bin for libexecdir and disable curses pinentry

This commit is contained in:
Trammell Hudson 2018-10-17 17:42:43 -04:00 committed by Thierry Laurion
parent 8ba3c33402
commit e5a739e54c
No known key found for this signature in database
GPG Key ID: 79C78E6659DB658F
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ gpg2_configure := ./configure \
--with-ksba-prefix="$(INSTALL)" \
--with-npth-prefix="$(INSTALL)" \
--prefix "/" \
--libexecdir "/bin" \
--enable-scdaemon \
--enable-ccid-driver \
--disable-tofu \

View File

@ -18,6 +18,7 @@ pinentry_configure := ./configure \
--host x86_64-linux-musl \
--prefix "/" \
--enable-pinentry-tty \
--disable-fallback-curses \
--disable-pinentry-curses \
--disable-pinentry-qt5 \
--disable-pinentry-fltk \