summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-25 23:43:33 +0000
committerSam James <sam@gentoo.org>2022-03-26 00:00:30 +0000
commit205d7c853707614d0f734ff32969b9f8f52f7faf (patch)
tree2e78fa94ea8b50eeda03b7f14e33cc6d4577ee78 /net-misc/pipes
parentnet-misc/scponly: [QA] fix tc-get* quoting (diff)
downloadgentoo-205d7c853707614d0f734ff32969b9f8f52f7faf.tar.gz
gentoo-205d7c853707614d0f734ff32969b9f8f52f7faf.tar.bz2
gentoo-205d7c853707614d0f734ff32969b9f8f52f7faf.zip
net-misc/pipes: [QA] fix tc-get* quoting
This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/pipes')
-rw-r--r--net-misc/pipes/pipes-1.16.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/pipes/pipes-1.16.1-r1.ebuild b/net-misc/pipes/pipes-1.16.1-r1.ebuild
index 11036b37088e..7a2acfb32695 100644
--- a/net-misc/pipes/pipes-1.16.1-r1.ebuild
+++ b/net-misc/pipes/pipes-1.16.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,7 +19,7 @@ src_compile() {
# Prevent the build system from looking for dependencies
touch .depend || die
- emake CC=$(tc-getCC) OPTIM="${CFLAGS}" LDFLAGS="${CFLAGS} ${LDFLAGS}"
+ emake CC="$(tc-getCC)" OPTIM="${CFLAGS}" LDFLAGS="${CFLAGS} ${LDFLAGS}"
}
src_install() {