[packages] arpwatch: change PKG_BUILD_DIR to prevent configure for finding libpcap...
authorNicolas Thill <nico@openwrt.org>
Tue, 9 Mar 2010 11:18:40 +0000 (11:18 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 9 Mar 2010 11:18:40 +0000 (11:18 +0000)
SVN-Revision: 20080

net/arpwatch/Makefile

index 9a7112869ff858a5383179bdeb1db3af931dbef0..fe981fef5a5f021a56bd92217e119a9ba701c59a 100644 (file)
@@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=ftp://ftp.free.fr/.mirrors1/ftp.gentoo.org/distfiles/
 PKG_MD5SUM:=cebfeb99c4a7c2a6cee2564770415fe7
 
+# use a subdirectory to prevent configure for finding libpcap build dir
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION)
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/arpwatch