X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=net%2Ftcpdump%2FMakefile;fp=net%2Ftcpdump%2FMakefile;h=f8451a4cae0551e0c2f4f3f3e4f0c701e50793af;hb=f907dabbe7e3103f57a27d89618bf3bba949776c;hp=b02c54d0c80d8fde1fe32ab787ce9f356cfee4bc;hpb=9c94ea0e32694f3bed01b00489feede56909776e;p=packages.git diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index b02c54d0c..f8451a4ca 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -41,7 +41,7 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ - CCOPT="$(TARGET_CFLAGS)" INCLS="-I. -I$(STAGING_DIR)/usr/include" \ + CCOPT="$(TARGET_CFLAGS)" INCLS="-I. $(TARGET_CPPFLAGS)" \ DESTDIR="$(PKG_INSTALL_DIR)" \ all install endef