1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:57:35 +00:00

Ports: Make libksba/libassuan/ntbtls use Serenity's gpg-error-config

This is likely because we usually used the host's version of the file.
I happen to use a newer libgpg-error (which is relevant because that
particular executable has been renamed, so my system no longer contains
a file of the name gpg-error-config), which revealed this latent bug.
This commit is contained in:
Ben Wiederhake 2023-04-09 02:11:14 +02:00 committed by Jelle Raaijmakers
parent 5a94e8dfd0
commit c94924691d
5 changed files with 43 additions and 0 deletions

View file

@ -7,6 +7,9 @@ config_sub_paths=("build-aux/config.sub")
depends=("libgpg-error")
files="https://gnupg.org/ftp/gcrypt/libassuan/libassuan-${version}.tar.bz2 libassuan-${version}.tar.bz2 8e8c2fcc982f9ca67dcbb1d95e2dc746b1739a4668bc20b3a3c5be632edb34e4"
auth_type=sha256
configopts=(
"--with-libgpg-error-prefix=${SERENITY_INSTALL_ROOT}/usr/local"
)
pre_configure() {
export ac_cv_lib_pthread_pthread_create=no