summaryrefslogtreecommitdiff
path: root/package/arpd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-11 18:19:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-11 18:19:44 +0100
commitb608c5a7dc38765319cc5f7cb32d35fcb0701d08 (patch)
tree15bcd0cd2d80058dbdd6bea3e6fb73cb7e7000bb /package/arpd
parent55d3db867cddc1b2917a60cda577a7865f49eda8 (diff)
fix misusage of CFLAGS, found via -fhonour-copts
Diffstat (limited to 'package/arpd')
-rw-r--r--package/arpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/arpd/Makefile b/package/arpd/Makefile
index 3494c2115..722faae9d 100644
--- a/package/arpd/Makefile
+++ b/package/arpd/Makefile
@@ -23,7 +23,7 @@ $(eval $(call PKG_template,ARPD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_
CONFIGURE_ARGS+= --with-libdnet=${STAGING_TARGET_DIR}/usr \
--with-libevent=${STAGING_TARGET_DIR}/usr \
--with-libpcap=${STAGING_TARGET_DIR}/usr
-MAKE_FLAGS+= CCOPT="${TARGET_CFLAGS}" \
+MAKE_FLAGS+= CFLAGS="${TCFLAGS}" \
INCLS="-I. -I${STAGING_TARGET_DIR}/usr/include" \
LIBS="-L${STAGING_TARGET_DIR}/usr/lib -lpcap -ldnet -levent"