summaryrefslogtreecommitdiff
path: root/package/iproute2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-14 17:14:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-14 17:14:47 +0100
commit8f2b3b1ede5e537724594f36bbdd22f878708055 (patch)
tree61fb38998f76bd0722cf97604e57ebc23fe29e44 /package/iproute2
parent44faad9872d2458b572e472f134dcf0dbb301dd1 (diff)
fix ccache usage
Diffstat (limited to 'package/iproute2')
-rw-r--r--package/iproute2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index f2c4a847a..1cab309f2 100644
--- a/package/iproute2/Makefile
+++ b/package/iproute2/Makefile
@@ -43,7 +43,7 @@ $(eval $(call PKG_template,RTMON,rtmon,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_RT
$(eval $(call PKG_template,SS,ss,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_SS},${PKG_SECTION}))
TARGET_CFLAGS+= -D_GNU_SOURCE
-XAKE_FLAGS+= CCOPTS="${TARGET_CFLAGS}" MFLAGS="CC=${TARGET_CC}" \
+XAKE_FLAGS+= CCOPTS="${TARGET_CFLAGS}" MFLAGS="CC=\"${TARGET_CC}\"" \
HOSTCFLAGS="-I${LINUX_HEADER_DIR}/include"
CONFIGURE_ENV+= IPTC="${TARGET_CFLAGS}" IPTL="${TARGET_LDFLAGS}"