summaryrefslogtreecommitdiff
path: root/openwrt/package/libpcap/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-22 22:03:56 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-22 22:03:56 +0000
commit49417b68d05e44f253f2a97e1d0a9422b5330a55 (patch)
tree2ed2dcf30ae904637c5d18430bbe87673a52d22f /openwrt/package/libpcap/Makefile
parentce409cfdea924fd84ab05cbfb61f22c678264d57 (diff)
add pf_ring patches for kernel and libpcap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2266 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libpcap/Makefile')
-rw-r--r--openwrt/package/libpcap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/libpcap/Makefile b/openwrt/package/libpcap/Makefile
index fa79e7461f..c7dfd9991a 100644
--- a/openwrt/package/libpcap/Makefile
+++ b/openwrt/package/libpcap/Makefile
@@ -57,7 +57,7 @@ $(PKG_BUILD_DIR)/.built:
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
- CCOPT="$(TARGET_CFLAGS)" \
+ CCOPT="$(TARGET_CFLAGS) -I$(BUILD_DIR)/linux/include" \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
touch $@