lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 4cb5f9629337bb749f183726648067b686d66ace
parent 7766038afbde6c360c99694654605ee9ad93008a
Author: John Crispin <blogic@openwrt.org>
Date:   Thu, 17 Jul 2014 18:01:08 +0100

nsd: fix build_varaint usage

without this only 1 of n variants builds, all others fail

Signed-off-by: John Crispin <blogic@openwrt.org>

Diffstat:
Mnet/nsd/Makefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/net/nsd/Makefile b/net/nsd/Makefile @@ -22,6 +22,8 @@ PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Vasilis Tsiligiannis <acinonyx@openwrt.gr> +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) + include $(INCLUDE_DIR)/package.mk define Package/nsd/default