From 0cd37f4b9a730459b0b0aac3b73d4ad9e5e6dafd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Fri, 15 Oct 2010 22:01:56 +0000 Subject: [PATCH] znc: Enable parallel build SVN-Revision: 23466 --- net/znc/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net/znc/Makefile b/net/znc/Makefile index b76d28da85..44b4a844eb 100644 --- a/net/znc/Makefile +++ b/net/znc/Makefile @@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/znc PKG_MD5SUM:=b1379bd6609353ebbc8df7ec19bd004f +PKG_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/package.mk define Package/znc @@ -52,10 +54,6 @@ define Build/Configure $(call libtool_disable_rpath) endef -define Build/Compile - $(call Build/Compile/Default,) -endef - define Package/znc/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/znc $(1)/usr/bin/ -- 2.30.2