summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Karbowski <slashbeast@gentoo.org>2021-01-17 14:34:29 +0100
committerPiotr Karbowski <slashbeast@gentoo.org>2021-01-17 14:34:53 +0100
commit9af9de5448421f33f597dd4da8d51637f058698e (patch)
tree9689804a947f92fc0089815112363cd42e3fc912 /net-misc
parentsys-power/acpi_call: drop old versions (diff)
downloadgentoo-9af9de5448421f33f597dd4da8d51637f058698e.tar.gz
gentoo-9af9de5448421f33f597dd4da8d51637f058698e.tar.bz2
gentoo-9af9de5448421f33f597dd4da8d51637f058698e.zip
net-misc/realtek-r8152: support building with non default CC.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild b/net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild
index 59f0e80e1b97..ac2d53b76ca1 100644
--- a/net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild
+++ b/net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild
@@ -37,7 +37,7 @@ pkg_setup() {
linux-mod_pkg_setup
BUILD_TARGETS="modules"
- BUILD_PARAMS="KERNELDIR=${KERNEL_DIR}"
+ BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERNELDIR=${KERNEL_DIR}"
}
src_install() {