diff options
| author | Mike Baker <mbm@openwrt.org> | 2006-08-04 05:30:27 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2006-08-04 05:30:27 +0000 |
| commit | 6c81c75f030fc43a28977211533b2416ebfaecc6 (patch) | |
| tree | 3b9ec3cf0b0d5b12cbd97614ab748855fd89d266 /openwrt/package/libpcap | |
| parent | 429f4764ac6023dd1e0380ff4a476a3c09d99577 (diff) | |
| download | mtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.zip mtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.tar.gz mtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.tar.bz2 | |
more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)
SVN-Revision: 4432
Diffstat (limited to 'openwrt/package/libpcap')
| -rw-r--r-- | openwrt/package/libpcap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/libpcap/Makefile b/openwrt/package/libpcap/Makefile index 1d9d437..155748a 100644 --- a/openwrt/package/libpcap/Makefile +++ b/openwrt/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 |
