summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-02-15 18:44:56 +0100
committerMichał Górny <mgorny@gentoo.org>2017-02-15 18:50:23 +0100
commitbaa53169e115d1352babae7f5129b11ae38dd696 (patch)
treedd5a1cc93dca6292961141a1519efbeef092c32a /app-portage
parentmedia-plugins/gst-plugins-resindvd: arm stable, bug #601354 (diff)
downloadgentoo-baa53169e115d1352babae7f5129b11ae38dd696.tar.gz
gentoo-baa53169e115d1352babae7f5129b11ae38dd696.tar.bz2
gentoo-baa53169e115d1352babae7f5129b11ae38dd696.zip
app-portage/unsandbox: Add tc-export CC, #609442
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/unsandbox/unsandbox-1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-portage/unsandbox/unsandbox-1.ebuild b/app-portage/unsandbox/unsandbox-1.ebuild
index d992a97e7d10..48d371205b12 100644
--- a/app-portage/unsandbox/unsandbox-1.ebuild
+++ b/app-portage/unsandbox/unsandbox-1.ebuild
@@ -4,6 +4,8 @@
EAPI=6
+inherit toolchain-funcs
+
DESCRIPTION="The Sandbox escapist tool"
HOMEPAGE="http://dev.gentoo.org/~mgorny/dist/unsandbox.c"
SRC_URI="http://dev.gentoo.org/~mgorny/dist/unsandbox.c"
@@ -20,6 +22,7 @@ src_unpack() {
}
src_compile() {
+ tc-export CC
emake LDLIBS=-ldl unsandbox
}