summaryrefslogtreecommitdiffstats
path: root/package/libpcap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libpcap/Makefile')
-rw-r--r--package/libpcap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile
index 1d9d4371f..155748a47 100644
--- a/package/libpcap/Makefile
+++ b/package/libpcap/Makefile
@@ -71,6 +71,7 @@ define Build/Compile
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
CCOPT="$(TARGET_CFLAGS) -I$(BUILD_DIR)/linux/include" \
+ PATH=$(TARGET_PATH) \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
endef