diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-03-22 13:22:57 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-04-11 19:33:04 +0200 |
commit | caaa214eae5ddf25fd0796724331c217deb3f845 (patch) | |
tree | 914e8ee6e9fd4a4109a4cf88f630c41a1ca37780 | |
parent | 0faf921a016fde64687e8fcdb8eace7854ce5876 (diff) | |
download | mtk-20170518-caaa214eae5ddf25fd0796724331c217deb3f845.zip mtk-20170518-caaa214eae5ddf25fd0796724331c217deb3f845.tar.gz mtk-20170518-caaa214eae5ddf25fd0796724331c217deb3f845.tar.bz2 |
util-linux: re-enable parallel builds
The original build error in 'more' seems to be gone
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | package/utils/util-linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |