diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-09-02 13:37:41 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-09-02 13:38:41 +0100 |
commit | 673e0702bc007ca40fd36ff2ad17b395ba710fc7 (patch) | |
tree | 187e7d496feea325f1b350273c7c3b5c96326abf /app-crypt | |
parent | app-crypt/rhash: Use elibc USE flags instead of CHOST for fixes (diff) | |
download | gentoo-673e0702bc007ca40fd36ff2ad17b395ba710fc7.tar.gz gentoo-673e0702bc007ca40fd36ff2ad17b395ba710fc7.tar.bz2 gentoo-673e0702bc007ca40fd36ff2ad17b395ba710fc7.zip |
app-crypt/rhash: Apply -lintl fix to BSD libcs (bug #629060)
Package-Manager: Portage-2.3.8, Repoman-2.3.2
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/rhash/rhash-1.3.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/rhash/rhash-1.3.5.ebuild b/app-crypt/rhash/rhash-1.3.5.ebuild index 77b468a64c52..5d6b901c8e67 100644 --- a/app-crypt/rhash/rhash-1.3.5.ebuild +++ b/app-crypt/rhash/rhash-1.3.5.ebuild @@ -57,7 +57,8 @@ multilib_src_compile() { $(use openssl && echo -ldl) ) - use elibc_Darwin || use elibc_SunOS && + use elibc_Darwin || use elibc_DragonFly || use elibc_FreeBSD || + use elibc_NetBSD || use elibc_OpenBSD || use elibc_SunOS && ADDLDFLAGS+=( $(use nls && echo -lintl) ) emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" \ |