app-crypt/gnupg: Sync with Gentoo

It's from Gentoo commit ff8d9f188ee04d7cb0737e55b6e917cf569679de.
This commit is contained in:
Flatcar Buildbot 2024-02-26 07:10:21 +00:00 committed by Krzesimir Nowak
parent 11895c33df
commit e31bf9779f

View File

@ -132,11 +132,7 @@ my_src_configure() {
--enable-large-secmem --enable-large-secmem
CC_FOR_BUILD="$(tc-getBUILD_CC)" CC_FOR_BUILD="$(tc-getBUILD_CC)"
GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config" ac_cv_path_GPGRT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpgrt-config"
KSBA_CONFIG="${ESYSROOT}/usr/bin/ksba-config"
LIBASSUAN_CONFIG="${ESYSROOT}/usr/bin/libassuan-config"
LIBGCRYPT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-libgcrypt-config"
NPTH_CONFIG="${ESYSROOT}/usr/bin/npth-config"
$("${S}/configure" --help | grep -o -- '--without-.*-prefix') $("${S}/configure" --help | grep -o -- '--without-.*-prefix')
) )