fix(guile-gnutls): accept empty gnutls pkg-config cflags and continue deterministic static build

This commit is contained in:
vxtls 2026-03-05 11:52:32 -05:00
parent 75e153dce0
commit 51019e232f

View file

@ -56,11 +56,6 @@ src_compile() {
echo "guile-gnutls: pkg-config returned empty cflags for guile-3.0" >&2
false
fi
if [ -z "${gnutls_cflags}" ]; then
echo "guile-gnutls: pkg-config returned empty cflags for gnutls" >&2
false
fi
make "${MAKEJOBS}" -C guile/src \
CPPFLAGS="${guile_cflags} ${gnutls_cflags} ${CPPFLAGS:-}" \
GUILE_CFLAGS="${guile_cflags}" \