mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
use /bin for libexecdir and disable curses pinentry
This commit is contained in:
parent
8fbe9109a7
commit
d9220f53c5
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user