diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-02-09 06:37:11 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-02-09 06:39:32 -0500 |
commit | a82f238acfa475d876cbf8f42d857f1046fcb6a0 (patch) | |
tree | 94589e51b3e1089447f0a120a0e19a890891a2b6 /sys-fs | |
parent | java-utils-2.eclass: use is not available in the global scope. (diff) | |
download | gentoo-a82f238acfa475d876cbf8f42d857f1046fcb6a0.tar.gz gentoo-a82f238acfa475d876cbf8f42d857f1046fcb6a0.tar.bz2 gentoo-a82f238acfa475d876cbf8f42d857f1046fcb6a0.zip |
sys-fs/multipath-tools: export full compiler name for build
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/multipath-tools/multipath-tools-0.6.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-fs/multipath-tools/multipath-tools-0.6.4.ebuild b/sys-fs/multipath-tools/multipath-tools-0.6.4.ebuild index 6d4e372ff10e..97b1aa2feed1 100644 --- a/sys-fs/multipath-tools/multipath-tools-0.6.4.ebuild +++ b/sys-fs/multipath-tools/multipath-tools-0.6.4.ebuild @@ -4,7 +4,7 @@ EAPI=6 -inherit linux-info systemd toolchain-funcs udev vcs-snapshot +inherit linux-info systemd toolchain-funcs udev vcs-snapshot toolchain-funcs DESCRIPTION="Device mapper target autoconfig" HOMEPAGE="http://christophe.varoqui.free.fr/" @@ -66,6 +66,7 @@ src_compile() { # LIBDM_API_FLUSH involves grepping files in /usr/include, # so force the test to go the way we want #411337. emake \ + CC="$(tc-getCC)" \ LIBDM_API_FLUSH=1 SYSTEMD="$(get_systemd_pv)" } |