Skip to content

Commit

Permalink
dev-db/cockroach: 1.1.3, add unset CMAKE_MODULE_PATH for bug #640428
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.13, Repoman-2.3.3
  • Loading branch information
williamh committed Dec 9, 2017
1 parent c353471 commit f4beaa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-db/cockroach/cockroach-1.1.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ pkg_setup() {
}

src_compile() {
# workaround for https://github.com/cockroachdb/cockroach/issues/20596
unset CMAKE_MODULE_PATH
emake build
}

Expand Down

0 comments on commit f4beaa7

Please sign in to comment.