From 910b6590c6896a1c08ac694081fc10d141c2747c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 21 Dec 2020 03:19:42 +0300 Subject: pinentry: change build file style --- extra/pinentry/build | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'extra') diff --git a/extra/pinentry/build b/extra/pinentry/build index c446579f..90c7b04d 100755 --- a/extra/pinentry/build +++ b/extra/pinentry/build @@ -1,9 +1,10 @@ #!/bin/sh -e ./configure \ - --prefix=/usr \ - --enable-pinentry-tty \ - --enable-pinentry-curses + --prefix=/usr \ + --enable-fallback-curses \ + --enable-pinentry-tty \ + --enable-pinentry-curses make make DESTDIR="$1" install -- cgit v1.2.3