forked from kiss-community/repo
pinentry: new at 1.2.1
This commit is contained in:
parent
e7e6bae7eb
commit
5f257af959
17
extra/pinentry/build
Executable file
17
extra/pinentry/build
Executable file
@ -0,0 +1,17 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# TODO(nitori): fix this so curses pinentry can be enabled
|
||||
# pinentry-curses.c:283:18: warning: implicit declaration of function 'addnwstr'; did you mean 'addnstr'? [-Wimplicit-function-declaration]
|
||||
# 283 | #define ADDCH(x) addnwstr (&x, 1);
|
||||
# | ^~~~~~~~
|
||||
# [...]
|
||||
# /usr/bin/ld: ../pinentry/libpinentry-curses.a(libpinentry_curses_a-pinentry-curses.o): undefined reference to symbol 'cbreak'
|
||||
# /usr/bin/ld: /usr/lib/libtinfow.so.6: error adding symbols: DSO missing from command line
|
||||
# collect2: error: ld returned 1 exit status
|
||||
./configure --prefix=/usr \
|
||||
--disable-pinentry-qt5 \
|
||||
--disable-pinentry-curses \
|
||||
--enable-pinentry-tty
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
extra/pinentry/checksums
Normal file
1
extra/pinentry/checksums
Normal file
@ -0,0 +1 @@
|
||||
a62b6e45cf712fb51ad78d36716e20581a269a4276871f1869f29fcf73bb16d6be
|
1
extra/pinentry/sources
Normal file
1
extra/pinentry/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-1.2.1.tar.bz2
|
1
extra/pinentry/version
Normal file
1
extra/pinentry/version
Normal file
@ -0,0 +1 @@
|
||||
1.2.1 1
|
Loading…
Reference in New Issue
Block a user