diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-01-23 19:13:37 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-01-23 19:13:37 +0100 |
commit | b621f163b9af5f8949f0ce1ce1bc13651562b3ff (patch) | |
tree | d2072d515e196aff290333a9be3ad1445f7d4268 /dev-lang/ocaml/ocaml-4.11.2-r2.ebuild | |
parent | www-client/chromium: security cleanup (diff) | |
download | gentoo-b621f163b9af5f8949f0ce1ce1bc13651562b3ff.tar.gz gentoo-b621f163b9af5f8949f0ce1ce1bc13651562b3ff.tar.bz2 gentoo-b621f163b9af5f8949f0ce1ce1bc13651562b3ff.zip |
dev-lang/ocaml: respect CFLAGS
Closes: https://bugs.gentoo.org/719166
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-lang/ocaml/ocaml-4.11.2-r2.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-4.11.2-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild b/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild index cbc5b7cb458b..666f43b938bd 100644 --- a/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild +++ b/dev-lang/ocaml/ocaml-4.11.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,8 +21,11 @@ BDEPEND="${RDEPEND} PDEPEND="emacs? ( app-emacs/ocaml-mode ) xemacs? ( app-xemacs/ocaml )" +QA_FLAGS_IGNORED='/usr/lib.*/ocaml/bigarray.cmxs' + PATCHES=( "${FILESDIR}"/${PN}-4.11.2-glibc-2.34.patch + "${FILESDIR}"/${PN}-4.10.2-cflags.patch ) src_prepare() { |