diff options
author | Jeffrey Lin <jeffrey@icurse.nl> | 2020-03-29 23:36:39 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2020-06-06 16:37:36 -0400 |
commit | 26de563ea2edffb28f8042c3abc5b537c9d420c6 (patch) | |
tree | 5caa8e047ec8c5dacd8fc829dd78211dfd4ee0eb /net-libs | |
parent | dev-lang/rust: update QA_FLAGS_IGNORED patterns (diff) | |
download | gentoo-26de563ea2edffb28f8042c3abc5b537c9d420c6.tar.gz gentoo-26de563ea2edffb28f8042c3abc5b537c9d420c6.tar.bz2 gentoo-26de563ea2edffb28f8042c3abc5b537c9d420c6.zip |
net-libs/mbedtls: respect EPREFIX
Closes: https://bugs.gentoo.org/665750
Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/mbedtls/mbedtls-2.16.6.ebuild | 2 | ||||
-rw-r--r-- | net-libs/mbedtls/mbedtls-2.22.0-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/mbedtls/mbedtls-2.16.6.ebuild b/net-libs/mbedtls/mbedtls-2.16.6.ebuild index 0301e84906b2..d62684916aa0 100644 --- a/net-libs/mbedtls/mbedtls-2.16.6.ebuild +++ b/net-libs/mbedtls/mbedtls-2.16.6.ebuild @@ -52,7 +52,7 @@ multilib_src_configure() { -DENABLE_TESTING=$(usex test) -DUSE_SHARED_MBEDTLS_LIBRARY=ON -DINSTALL_MBEDTLS_HEADERS=ON - -DLIB_INSTALL_DIR="/usr/$(get_libdir)" + -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)" ) cmake-utils_src_configure diff --git a/net-libs/mbedtls/mbedtls-2.22.0-r1.ebuild b/net-libs/mbedtls/mbedtls-2.22.0-r1.ebuild index f638299b90f4..447630263d2e 100644 --- a/net-libs/mbedtls/mbedtls-2.22.0-r1.ebuild +++ b/net-libs/mbedtls/mbedtls-2.22.0-r1.ebuild @@ -52,7 +52,7 @@ multilib_src_configure() { -DENABLE_TESTING=$(usex test) -DUSE_SHARED_MBEDTLS_LIBRARY=ON -DINSTALL_MBEDTLS_HEADERS=ON - -DLIB_INSTALL_DIR="/usr/$(get_libdir)" + -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)" ) cmake-utils_src_configure |