diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 22:03:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 22:03:56 +0000 |
commit | 5c878b6e401b616b744dba7ff50177425ff14ec7 (patch) | |
tree | bfaeed0ba28cc75ed562c61a7516fba097e78e13 /package/libpcap/Makefile | |
parent | dabba7227c75ff360e35fae58b22fe0514cc6aa9 (diff) | |
download | upstream-5c878b6e401b616b744dba7ff50177425ff14ec7.tar.gz upstream-5c878b6e401b616b744dba7ff50177425ff14ec7.tar.bz2 upstream-5c878b6e401b616b744dba7ff50177425ff14ec7.zip |
add pf_ring patches for kernel and libpcap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2266 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libpcap/Makefile')
-rw-r--r-- | package/libpcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index fa79e7461f..c7dfd9991a 100644 --- a/package/libpcap/Makefile +++ b/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 $@ |