diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-11-10 20:57:35 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-11-10 20:58:05 +0100 |
commit | 9eea5d9c51a31dcd22cd633bc5e9c560e4de5524 (patch) | |
tree | c5a1e039aca43cb2a75ec7cafa4a8d9e52235560 /dev-ml/stdcompat | |
parent | dev-util/pkgcheck: add 0.10.18 (diff) | |
download | gentoo-9eea5d9c51a31dcd22cd633bc5e9c560e4de5524.tar.gz gentoo-9eea5d9c51a31dcd22cd633bc5e9c560e4de5524.tar.bz2 gentoo-9eea5d9c51a31dcd22cd633bc5e9c560e4de5524.zip |
dev-ml/stdcompat: ignore CFLAGS
Closes: https://bugs.gentoo.org/880717
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/stdcompat')
-rw-r--r-- | dev-ml/stdcompat/stdcompat-19.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-ml/stdcompat/stdcompat-19.ebuild b/dev-ml/stdcompat/stdcompat-19.ebuild index e6001579ae46..bba75839ea6b 100644 --- a/dev-ml/stdcompat/stdcompat-19.ebuild +++ b/dev-ml/stdcompat/stdcompat-19.ebuild @@ -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 } |