mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
Ports: Add missing dependency for the gnupg port
This commit is contained in:
parent
2ef7e757ad
commit
f62f6c2b37
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ configopts="--with-libgpg-error-prefix=${SERENITY_BUILD_DIR}/Root/usr/local \
|
|||
--with-npth-prefix=${SERENITY_BUILD_DIR}/Root/usr/local \
|
||||
--disable-dirmngr"
|
||||
files="https://gnupg.org/ftp/gcrypt/gnupg/gnupg-${version}.tar.bz2 gnupg-${version}.tar.bz2"
|
||||
depends="libiconv libgpg-error libgcrypt libassuan npth ntbtls"
|
||||
depends="libiconv libgpg-error libgcrypt libksba libassuan npth ntbtls"
|
||||
|
||||
pre_configure() {
|
||||
export GPGRT_CONFIG="${SERENITY_BUILD_DIR}/Root/usr/local/bin/gpgrt-config"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue