diff options
author | Conrad Kostecki <ck+gentoo@bl4ckb0x.de> | 2018-04-17 14:35:37 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-04-17 15:36:16 +0200 |
commit | a09a15504b88b6e26eb916606781ed8b055e24cb (patch) | |
tree | fff4ee1b6a293cc30e9ca7f1b426912a834e3b4f /dev-util | |
parent | sys-block/nbd: Removed superfluous comment. (diff) | |
download | gentoo-a09a15504b88b6e26eb916606781ed8b055e24cb.tar.gz gentoo-a09a15504b88b6e26eb916606781ed8b055e24cb.tar.bz2 gentoo-a09a15504b88b6e26eb916606781ed8b055e24cb.zip |
dev-util/strace-4.22: Fix static build
Closes: https://bugs.gentoo.org/653292
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/8044
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/strace/strace-4.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/strace/strace-4.22.ebuild b/dev-util/strace/strace-4.22.ebuild index 1c7070c5d082..98126c008d99 100644 --- a/dev-util/strace/strace-4.22.ebuild +++ b/dev-util/strace/strace-4.22.ebuild @@ -45,7 +45,7 @@ src_prepare() { fi filter-lfs-flags # configure handles this sanely - use static && append-ldflags -static + use static && append-ldflags -static -pthread export ac_cv_header_libaio_h=$(usex aio) use elibc_musl && export ac_cv_header_stdc=no |