mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-libs/concurrencykit: fix compilation
Closes: https://bugs.gentoo.org/866938 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
inherit flag-o-matic toolchain-funcs
|
||||
|
||||
MY_PN="ck"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
@@ -22,6 +22,9 @@ KEYWORDS="amd64 ~arm ~arm64 x86"
|
||||
RDEPEND="!sys-cluster/charm"
|
||||
|
||||
src_configure() {
|
||||
# https://github.com/concurrencykit/ck/issues/200
|
||||
append-cflags -fno-strict-aliasing
|
||||
|
||||
tc-export AR CC LD
|
||||
|
||||
local myeconfargs=(
|
||||
|
||||
Reference in New Issue
Block a user