aboutsummaryrefslogtreecommitdiff
path: root/extra/pinentry/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pinentry/build')
-rwxr-xr-xextra/pinentry/build7
1 files changed, 4 insertions, 3 deletions
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