Change cflags env
Some checks failed
Kernel Release / Build (push) Failing after 38m9s
Kernel Release / release-deploy (push) Has been skipped

This commit is contained in:
Antoine Martin 2025-01-20 22:58:01 -05:00
parent 1a5c7135c1
commit 5993240892
Signed by: forge
GPG key ID: D62A472A4AA7D541

2
debian/rules vendored
View file

@ -132,7 +132,7 @@ debian/${PVE_KERNEL_PKG}.%: debian/templates/pve-kernel.%.in
NO_LIBPYTHON=1 \
NO_LIBPERL=1 \
NO_LIBCRYPTO=1 \
CFLAGS="${PVE_KERNEL_CFLAGS}" \
EXTRA_CFLAGS="${PVE_KERNEL_CFLAGS}" \
PYTHON=python3
# echo "checking GPL-2 only perf binary for library linkage with incompatible licenses.."
# ! ldd ${KERNEL_SRC}/tools/perf/perf | grep -q -E '\blibbfd'