Skip to content

Commit

Permalink
dev-rust/cargo: workaround for build when dev-libs/libgit2 is install…
Browse files Browse the repository at this point in the history
…ed (gentoo#124)
  • Loading branch information
gentoo90 committed May 6, 2015
1 parent e0e5c0a commit f307c9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-rust/cargo/cargo-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ src_configure() {
./configure --prefix="${EPREFIX}"/usr --disable-verify-install || die
}

src_compile() {
emake VERBOSE=1 PKG_CONFIG_PATH="" || die
}

src_install() {
CFG_DISABLE_LDCONFIG="true" emake DESTDIR="${D}" install || die
dobashcomp "${ED}"/usr/etc/bash_completion.d/cargo
Expand Down

0 comments on commit f307c9b

Please sign in to comment.