Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/
Date: Fri, 27 Apr 2018 04:11:28
Message-Id: 1524802271.fb6feadb9fa606757c986d864eeac8a0696c8dfa.mattst88@gentoo
1 commit: fb6feadb9fa606757c986d864eeac8a0696c8dfa
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 04:10:14 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 04:11:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6feadb
7
8 dev-libs/libpthread-stubs: Use XORG_STATIC=no to avoid some warnings
9
10 Closes: https://bugs.gentoo.org/612754
11
12 dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
16 index 79e9d06be25..4aa8714ea11 100644
17 --- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
18 +++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
19 @@ -4,6 +4,7 @@
20 EAPI=5
21
22 XORG_MULTILIB=yes
23 +XORG_STATIC=no
24 inherit xorg-2
25
26 DESCRIPTION="Pthread functions stubs for platforms missing them"