commit: bdca930be2036ed0121074723b8944b91ef875e8
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 01:00:21 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 01:00:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdca930b
sys-libs/musl: bring 9999 version up to date with upstream
Package-Manager: portage-2.2.26
sys-libs/musl/musl-9999.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sys-libs/musl/musl-9999.ebuild b/sys-libs/musl/musl-9999.ebuild
index e480468..85bdc9b 100644
--- a/sys-libs/musl/musl-9999.ebuild
+++ b/sys-libs/musl/musl-9999.ebuild
@@ -32,6 +32,9 @@ IUSE="crosscompile_opts_headers-only"
RDEPEND="!sys-apps/getent"
+QA_SONAME="/usr/lib/libc.so"
+QA_DT_NEEDED="/usr/lib/libc.so"
+
is_crosscompile() {
[[ ${CHOST} != ${CTARGET} ]]
}
@@ -78,7 +81,7 @@ src_configure() {
}
src_compile() {
- emake include/bits/alltypes.h
+ emake obj/include/bits/alltypes.h
just_headers && return 0
emake