aboutsummaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-21 03:19:42 +0300
committerCem Keylan <cem@ckyln.com>2020-12-21 03:19:42 +0300
commit910b6590c6896a1c08ac694081fc10d141c2747c (patch)
treebb4c469efb4dd087330e7b6603591eee8e17679c /extra
parent4de9189c9b20bab86d1397c6fda766f09bb90be0 (diff)
downloadrepository-910b6590c6896a1c08ac694081fc10d141c2747c.tar.gz
pinentry: change build file style
Diffstat (limited to 'extra')
-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