commit:     ef9977bda2bd7239b2092a61a888e954e7725eaa
Author:     Jeremi Piotrowski <jeremi.piotrowski <AT> gmail <DOT> com>
AuthorDate: Mon May 23 17:43:54 2016 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon May 23 17:46:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef9977bd

dev-util/bcc: don't use static libstdc++ for bug 582770

Package-Manager: portage-2.3.0_rc1

 dev-util/bcc/bcc-0.1.8.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-util/bcc/bcc-0.1.8.ebuild b/dev-util/bcc/bcc-0.1.8.ebuild
index 8673ca6..3783c33 100644
--- a/dev-util/bcc/bcc-0.1.8.ebuild
+++ b/dev-util/bcc/bcc-0.1.8.ebuild
@@ -36,6 +36,12 @@ pkg_setup() {
        python-single-r1_pkg_setup
 }
 
+src_prepare() {
+       #582770 don't use static libstdc++
+       sed -i -e '21,33d' src/cc/CMakeLists.txt || die
+       default
+}
+
 src_configure() {
        local mycmakeargs=(
                -DREVISION=${PV%%_*}

Reply via email to