Skip to content

Commit

Permalink
dev-libs/libgcrypt: fix cross compile with libgpg-error
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/show_bug.cgi?id=653930
Thanks-To: Joe Harvell
  • Loading branch information
alonbl committed Apr 27, 2018
1 parent 4c1ffa6 commit fbed82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-libs/libgcrypt/libgcrypt-1.8.2-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ multilib_src_configure() {
$([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
$([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm")

GPG_ERROR_CONFIG="${EPREFIX}/usr/bin/${CHOST}-gpg-error-config"
GPG_ERROR_CONFIG="${EROOT}/usr/bin/${CHOST}-gpg-error-config"
)
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
}
Expand Down

0 comments on commit fbed82e

Please sign in to comment.