From: Yuta Satoh Date: Sun, 1 Apr 2018 12:32:33 +0000 (+0900) Subject: profiles/arch/amd64-fbsd/clang/package.use.force: add dev-libs/libgcrypt. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0821fda75de8ca5548e1b9f5f055c96047f14e6f;p=gentoo.git profiles/arch/amd64-fbsd/clang/package.use.force: add dev-libs/libgcrypt. If CC=clang, it requires the o-flag-munging flag to pass a compile phase. Bug: https://bugs.gentoo.org/629410 Closes: https://github.com/gentoo/gentoo/pull/7766 --- diff --git a/profiles/arch/amd64-fbsd/clang/package.use.force b/profiles/arch/amd64-fbsd/clang/package.use.force index 73d655ca3cd2..4706847d448c 100644 --- a/profiles/arch/amd64-fbsd/clang/package.use.force +++ b/profiles/arch/amd64-fbsd/clang/package.use.force @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Force building libc++ over libcxxrt. @@ -14,3 +14,7 @@ net-misc/curl ssl curl_ssl_openssl # We obviously need clang sys-devel/llvm clang static-analyzer default-compiler-rt default-libcxx + +# o-flag-munging is required to compile dev-libs/libgcrypt with clang. +# https://bugs.gentoo.org/629410 +dev-libs/libgcrypt o-flag-munging