dev-libs/libpthread-stubs: Use XORG_STATIC=no to avoid some warnings

Closes: https://bugs.gentoo.org/612754
This commit is contained in:
Matt Turner
2018-04-26 21:10:14 -07:00
parent dc087297e2
commit fb6feadb9f

View File

@@ -4,6 +4,7 @@
EAPI=5
XORG_MULTILIB=yes
XORG_STATIC=no
inherit xorg-2
DESCRIPTION="Pthread functions stubs for platforms missing them"