diff mbox series

[1/2] gpgme: Reset ac_cv_sys_file_offset_bits on musl

Message ID 20230405031117.2576191-1-raj.khem@gmail.com
State Accepted, archived
Commit 9357ef5dd9ba8bc9e906aab3630c9e2bdb14b174
Headers show
Series [1/2] gpgme: Reset ac_cv_sys_file_offset_bits on musl | expand

Commit Message

Khem Raj April 5, 2023, 3:11 a.m. UTC
This is required to nullify whats passed from cached site file
musl-common

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-support/gpgme/gpgme_1.18.0.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-support/gpgme/gpgme_1.18.0.bb b/meta/recipes-support/gpgme/gpgme_1.18.0.bb
index 1a7a21f7cc..6ec3090cf9 100644
--- a/meta/recipes-support/gpgme/gpgme_1.18.0.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.18.0.bb
@@ -70,6 +70,8 @@  FILES:python3-gpg = "${PYTHON_SITEPACKAGES_DIR}/*"
 FILES:${PN}-dev += "${datadir}/common-lisp/source/gpgme/*"
 
 CFLAGS:append:libc-musl = " -D__error_t_defined "
+CACHED_CONFIGUREVARS:libc-musl = "ac_cv_sys_file_offset_bits=no"
+
 do_configure:prepend () {
 	# Else these could be used in preference to those in aclocal-copy
 	rm -f ${S}/m4/gpg-error.m4