commit: 9abc18b8cdf42290621b372e7f0f39ef966164d5
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 19 21:03:34 2018 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Apr 19 21:03:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abc18b8
net-p2p/xmr-stak: Set LIBRARY_OUTPUT_PATH
Package-Manager: Portage-2.3.31, Repoman-2.3.9
net-p2p/xmr-stak/xmr-stak-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-p2p/xmr-stak/xmr-stak-9999.ebuild
b/net-p2p/xmr-stak/xmr-stak-9999.ebuild
index 4be0f9f7cac..0b8976d77f8 100644
--- a/net-p2p/xmr-stak/xmr-stak-9999.ebuild
+++ b/net-p2p/xmr-stak/xmr-stak-9999.ebuild
@@ -42,6 +42,7 @@ src_configure() {
-DMICROHTTPD_ENABLE=$(usex webserver)
-DOpenCL_ENABLE=$(usex opencl)
-DOpenSSL_ENABLE=$(usex ssl)
+ -DLIBRARY_OUTPUT_PATH=$(get_libdir)
)
cmake-utils_src_configure
}