matrixssl: Enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23801 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a040385c0c
commit
901e5202ad
@ -17,6 +17,8 @@ PKG_MD5SUM:=771c1489488e62668d673478311d63ca
|
|||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
|
||||||
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libmatrixssl
|
define Package/libmatrixssl
|
||||||
@ -34,7 +36,7 @@ endef
|
|||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/src \
|
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)/src \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
DFLAGS="$(TARGET_CFLAGS) -Wall"
|
DFLAGS="$(TARGET_CFLAGS) -Wall"
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user