diff options
author | Jason Zaman <perfinion@gentoo.org> | 2017-04-26 12:35:52 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2017-04-27 02:14:06 +0800 |
commit | e7b6cfc43ffbf73fe2a3f5c019113b0056c87e66 (patch) | |
tree | 7aad3d1ac5908fd59aaa23ddeca320da15e0239f | |
parent | c7b8f8befc3d64562fa30ccbdb2f70ff7bb6d12c (diff) | |
download | gentoo-e7b6cfc43ffbf73fe2a3f5c019113b0056c87e66.tar.gz gentoo-e7b6cfc43ffbf73fe2a3f5c019113b0056c87e66.tar.xz |
sys-apps/semodule-utils: export CC
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r-- | sys-apps/semodule-utils/semodule-utils-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/semodule-utils/semodule-utils-9999.ebuild b/sys-apps/semodule-utils/semodule-utils-9999.ebuild index ec6fa4fe437..3ba2b1632e7 100644 --- a/sys-apps/semodule-utils/semodule-utils-9999.ebuild +++ b/sys-apps/semodule-utils/semodule-utils-9999.ebuild @@ -41,6 +41,7 @@ src_prepare() { src_compile() { emake \ + CC="$(tc-getCC)" \ LIBDIR="\$(PREFIX)/$(get_libdir)" } |