projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9fbe4f
)
rem: allow parallel build
author
Sebastian Kemper
<sebastian_ml@gmx.net>
Sat, 12 Oct 2019 19:20:48 +0000
(21:20 +0200)
committer
Sebastian Kemper
<sebastian_ml@gmx.net>
Sat, 12 Oct 2019 19:20:53 +0000
(21:20 +0200)
Adds "PKG_BUILD_PARALLEL:=1".
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/rem/Makefile
patch
|
blob
|
history
diff --git
a/libs/rem/Makefile
b/libs/rem/Makefile
index 771781efdfe121cd40b46d3849fe046a294f800b..bdec7af32e0888e99a7583006c87779bcf5e9cf7 100644
(file)
--- a/
libs/rem/Makefile
+++ b/
libs/rem/Makefile
@@
-10,7
+10,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=rem
PKG_VERSION:=0.6.0
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.creytiv.com/pub
@@
-20,6
+20,7
@@
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=docs/COPYING
PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu>
+PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk