projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa23ba7
)
sys-apps/findutils: Fix static compilation
author
Aidan Harris
<me@aidanharr.is>
Sat, 31 Aug 2019 14:22:51 +0000
(15:22 +0100)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Sat, 31 Aug 2019 21:02:56 +0000
(23:02 +0200)
Signed-off-by: Aidan Harris <me@aidanharr.is>
Closes: https://bugs.gentoo.org/693152
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
sys-apps/findutils/findutils-4.7.0.ebuild
patch
|
blob
|
history
diff --git
a/sys-apps/findutils/findutils-4.7.0.ebuild
b/sys-apps/findutils/findutils-4.7.0.ebuild
index 5d4cd0269a66fba82248d4b36c4e5cf128d69f30..6783a8ff87fb236cdf372c35c268173838ecd74a 100644
(file)
--- a/
sys-apps/findutils/findutils-4.7.0.ebuild
+++ b/
sys-apps/findutils/findutils-4.7.0.ebuild
@@
-41,7
+41,10
@@
src_prepare() {
}
src_configure() {
- use static && append-ldflags -static
+ if use static; then
+ append-flags -pthread
+ append-ldflags -static
+ fi
program_prefix=$(usex userland_GNU '' g)
local myeconfargs=(