summaryrefslogtreecommitdiff
path: root/package/ipset/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-22 22:19:16 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-22 22:19:16 +0200
commita01131d813946a99aa5206633a524855c3b6f58c (patch)
treecb5ec95bac08a9f1c3831365498377a9484b3309 /package/ipset/Makefile
parentf18f19d6a59974f5a92a4f52c0539c2ec3da4f96 (diff)
fix make allmodconfig on mips (rb532)
Diffstat (limited to 'package/ipset/Makefile')
-rw-r--r--package/ipset/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile
index 66b2c2014..da706009c 100644
--- a/package/ipset/Makefile
+++ b/package/ipset/Makefile
@@ -19,8 +19,8 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,IPSET,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
XAKE_FLAGS+= V=1 ARCH=${ARCH} KERNEL_DIR=${LINUX_DIR} \
- PREFIX=/usr LD=$(TARGET_CROSS)ld \
- CROSS_COMPILE="${TARGET_CROSS}"
+ PREFIX=/usr CROSS_COMPILE="${TARGET_CROSS}" \
+ LD=$(TARGET_CROSS)gcc
BUILD_STYLE= auto
INSTALL_STYLE= auto
INSTALL_TARGET= binaries_install