dev-ml/stdcompat: ignore CFLAGS

Closes: https://bugs.gentoo.org/880717
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2022-11-10 20:57:35 +01:00
parent 6ada4eb1e6
commit 9eea5d9c51

View File

@@ -20,6 +20,9 @@ BDEPEND="
dev-ml/dune
dev-ml/findlib[ocamlopt]"
# Do not complain about CFLAGS etc since ml projects do not use them.
QA_FLAGS_IGNORED='.*'
src_configure () {
econf --libdir="${EPREFIX}"/usr/$(get_libdir)/ocaml
}