summaryrefslogtreecommitdiff
path: root/package/libpcap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libpcap/Makefile')
-rw-r--r--package/libpcap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile
index 209a337df..eee796502 100644
--- a/package/libpcap/Makefile
+++ b/package/libpcap/Makefile
@@ -21,9 +21,9 @@ $(eval $(call PKG_template,LIBPCAP,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE},${P
CONFIGURE_ENV+= ac_cv_linux_vers=26
CONFIGURE_ARGS+= --disable-yydebug \
- --with-build-cc=$(HOSTCC) \
+ --with-build-cc=$(CC_FOR_BUILD) \
--with-pcap=linux
-TCFLAGS+= ${TCPPFLAGS}
+TARGET_CFLAGS+= ${TARGET_CPPFLAGS}
INSTALL_TARGET= install install-shared
MAKE_FLAGS+= STAGING_TARGET_DIR=$(STAGING_TARGET_DIR)