fltk2: Enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23813 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
572dd50f92
commit
e24fde9bf3
@ -20,6 +20,7 @@ PKG_SOURCE_URL:=http://svn.easysw.com/public/fltk/fltk/trunk
|
||||
PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/
|
||||
|
||||
PKG_FIXUP:=libtool
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@ -42,7 +43,7 @@ define Build/Configure
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) all
|
||||
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) all
|
||||
endef
|
||||
|
||||
define Build/Install
|
||||
|
Loading…
x
Reference in New Issue
Block a user