mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 12:06:31 +01:00
fix(guile-gnutls): accept empty gnutls pkg-config cflags and continue deterministic static build
This commit is contained in:
parent
75e153dce0
commit
51019e232f
1 changed files with 0 additions and 5 deletions
|
|
@ -56,11 +56,6 @@ src_compile() {
|
||||||
echo "guile-gnutls: pkg-config returned empty cflags for guile-3.0" >&2
|
echo "guile-gnutls: pkg-config returned empty cflags for guile-3.0" >&2
|
||||||
false
|
false
|
||||||
fi
|
fi
|
||||||
if [ -z "${gnutls_cflags}" ]; then
|
|
||||||
echo "guile-gnutls: pkg-config returned empty cflags for gnutls" >&2
|
|
||||||
false
|
|
||||||
fi
|
|
||||||
|
|
||||||
make "${MAKEJOBS}" -C guile/src \
|
make "${MAKEJOBS}" -C guile/src \
|
||||||
CPPFLAGS="${guile_cflags} ${gnutls_cflags} ${CPPFLAGS:-}" \
|
CPPFLAGS="${guile_cflags} ${gnutls_cflags} ${CPPFLAGS:-}" \
|
||||||
GUILE_CFLAGS="${guile_cflags}" \
|
GUILE_CFLAGS="${guile_cflags}" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue