commit: 0f82be56bc8a268297b755765384cbb206eaa218
parent: 1103e53cfff06116aa01ad91a7c540404c0f30f7
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 26 Aug 2020 11:03:37 +0200
net-libs/webkit-gtk: -DUSE_LD_GOLD=ON
Diffstat:
2 files changed, 2 insertions(+), 18 deletions(-)
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.28.4.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.28.4.ebuild
@@ -259,18 +259,10 @@ src_configure() {
-DENABLE_MEDIA_SOURCE=$(usex media-source)
-DBWRAP_EXECUTABLE="${EPREFIX}"/usr/bin/bwrap # If bubblewrap[suid] then portage makes it go-r and cmake find_program fails with that
-DPORT=GTK
+ -DUSE_LD_GOLD=ON
${ruby_interpreter}
)
- # Allow it to use GOLD when possible as it has all the magic to
- # detect when to use it and using gold for this concrete package has
- # multiple advantages and is also the upstream default, bug #585788
-# if tc-ld-is-gold ; then
-# mycmakeargs+=( -DUSE_LD_GOLD=ON )
-# else
-# mycmakeargs+=( -DUSE_LD_GOLD=OFF )
-# fi
-
cmake-utils_src_configure
}
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.29.91.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.29.91.ebuild
@@ -261,19 +261,11 @@ src_configure() {
-DENABLE_BUBBLEWRAP_SANDBOX=$(usex seccomp)
-DENABLE_MEDIA_SOURCE=$(usex media-source)
-DBWRAP_EXECUTABLE="${EPREFIX}"/usr/bin/bwrap # If bubblewrap[suid] then portage makes it go-r and cmake find_program fails with that
+ -DUSE_LD_GOLD=ON
-DPORT=GTK
${ruby_interpreter}
)
- # Allow it to use GOLD when possible as it has all the magic to
- # detect when to use it and using gold for this concrete package has
- # multiple advantages and is also the upstream default, bug #585788
-# if tc-ld-is-gold ; then
-# mycmakeargs+=( -DUSE_LD_GOLD=ON )
-# else
-# mycmakeargs+=( -DUSE_LD_GOLD=OFF )
-# fi
-
cmake-utils_src_configure
}