From: Nicolas Thill Date: Tue, 9 Mar 2010 11:18:40 +0000 (+0000) Subject: [packages] arpwatch: change PKG_BUILD_DIR to prevent configure for finding libpcap... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=de031d94a0c3aafa69ddf256e010d7c8217d7ec5 [packages] arpwatch: change PKG_BUILD_DIR to prevent configure for finding libpcap build dir SVN-Revision: 20080 --- diff --git a/net/arpwatch/Makefile b/net/arpwatch/Makefile index 9a7112869f..fe981fef5a 100644 --- a/net/arpwatch/Makefile +++ b/net/arpwatch/Makefile @@ -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