sys-libs/libomp: Restore libomptarget options for -9999
authorMichał Górny <mgorny@gentoo.org>
Wed, 22 Nov 2017 18:07:48 +0000 (19:07 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 22 Nov 2017 18:23:11 +0000 (19:23 +0100)
The libomptarget library build has been reenabled upstream, so restore
the necessary LIBOMPTARGET_LIBDIR_SUFFIX option.

sys-libs/libomp/libomp-9999.ebuild

index e6ea0dae13e227a8d0afa1b18a92900f5a980e78..d62e8ac7000c2599bcf368d4a1f73d503d232508 100644 (file)
@@ -53,6 +53,8 @@ multilib_src_configure() {
        local libdir="$(get_libdir)"
        local mycmakeargs=(
                -DLIBOMP_LIBDIR_SUFFIX="${libdir#lib}"
+               -DLIBOMPTARGET_LIBDIR_SUFFIX="${libdir#lib}"
+
                -DLIBOMP_USE_HWLOC=$(usex hwloc)
                -DLIBOMP_OMPT_SUPPORT=$(usex ompt)
                # do not install libgomp.so & libiomp5.so aliases