[source] util-linux: re-enable parallel builds
LEDE Commits
lede-commits at lists.infradead.org
Wed Mar 22 06:38:59 PDT 2017
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/c5e245a475b4b4c5602eae0e8f320e2b410f81ed
commit c5e245a475b4b4c5602eae0e8f320e2b410f81ed
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Mar 22 13:22:57 2017 +0100
util-linux: re-enable parallel builds
The original build error in 'more' seems to be gone
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/utils/util-linux/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile
index a3c59c0..aea13ac 100644
--- a/package/utils/util-linux/Makefile
+++ b/package/utils/util-linux/Makefile
@@ -25,7 +25,7 @@ PKG_LICENSE_FILES:= COPYING \
libuuid/COPYING \
Documentation/licenses/COPYING.BSD-3
-PKG_BUILD_PARALLEL:=0
+PKG_BUILD_PARALLEL:=1
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
More information about the lede-commits
mailing list