profiles/arch/amd64-fbsd/clang/package.use.force: add dev-libs/libgcrypt.
authorYuta Satoh <nigoro.dev@gmail.com>
Sun, 1 Apr 2018 12:32:33 +0000 (21:32 +0900)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 11 Apr 2018 22:47:19 +0000 (00:47 +0200)
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

profiles/arch/amd64-fbsd/clang/package.use.force

index 73d655ca3cd228faa1bf631d4734fe52229c98e9..4706847d448cffd0be5189c8f939eb9b9dd16e15 100644 (file)
@@ -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