fix: do not link pinentry with libsecret
This commit is contained in:
parent
124dbf2944
commit
1543f07925
@ -15,7 +15,9 @@ PACKAGE(){
|
|||||||
tar xf "${NAME}-${VERSION}.tar.bz2"
|
tar xf "${NAME}-${VERSION}.tar.bz2"
|
||||||
cd "${NAME}-${VERSION}"
|
cd "${NAME}-${VERSION}"
|
||||||
|
|
||||||
./configure --prefix=/usr --enable-pinentry-tty
|
./configure --prefix=/usr \
|
||||||
|
--enable-pinentry-tty \
|
||||||
|
--disable-libsecret
|
||||||
make
|
make
|
||||||
make DESTDIR="${ROOTDIR}" install
|
make DESTDIR="${ROOTDIR}" install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user