use /bin for libexecdir and disable curses pinentry

This commit is contained in:
Trammell Hudson 2018-10-17 17:42:43 -04:00
parent 8fbe9109a7
commit d9220f53c5
Failed to extract signature
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 \