diff options
author | Sam James <sam@gentoo.org> | 2020-09-10 00:52:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-10 00:52:27 +0000 |
commit | 02c0fd67971ba61110f164384936852940c1c5c4 (patch) | |
tree | 5191ec6dc5b0ff05f580fbfd90ca2e0590c2c802 /dev-lang/ispc | |
parent | www-client/chromium: arm64 stable (bug #741312) (diff) | |
download | gentoo-02c0fd67971ba61110f164384936852940c1c5c4.tar.gz gentoo-02c0fd67971ba61110f164384936852940c1c5c4.tar.bz2 gentoo-02c0fd67971ba61110f164384936852940c1c5c4.zip |
dev-lang/ispc: set CMAKE_SKIP_RPATH in 9999 too
See e4afb9b0edbef303dd0af6229c3a5791b2d6cd5b.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/ispc')
-rw-r--r-- | dev-lang/ispc/ispc-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild index f5ecbcdb7ea7..d3dac5179e7d 100644 --- a/dev-lang/ispc/ispc-9999.ebuild +++ b/dev-lang/ispc/ispc-9999.ebuild @@ -45,6 +45,7 @@ PATCHES=( src_configure() { local mycmakeargs=( "-DARM_ENABLED=$(usex arm)" + "-DCMAKE_SKIP_RPATH=ON" ) cmake_src_configure } |