summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-dialup/ppp/ppp-2.4.9-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/ppp/ppp-2.4.9-r2.ebuild b/net-dialup/ppp/ppp-2.4.9-r2.ebuild
index 61bbe8a89062..a949862b2b6f 100644
--- a/net-dialup/ppp/ppp-2.4.9-r2.ebuild
+++ b/net-dialup/ppp/ppp-2.4.9-r2.ebuild
@@ -107,8 +107,8 @@ src_prepare() {
}
src_compile() {
- tc-export AR PKG_CONFIG
- emake COPTS="${CFLAGS} -D_GNU_SOURCE" CC="$(tc-getCC)"
+ tc-export AR CC PKG_CONFIG
+ emake CC="${CC}" COPTS="${CFLAGS} -D_GNU_SOURCE"
# build pppgetpass
cd contrib/pppgetpass || die