diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-03-22 13:22:57 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-03-22 14:38:48 +0100 |
commit | c5e245a475b4b4c5602eae0e8f320e2b410f81ed (patch) | |
tree | cf999b3e89c394505c6dd08b237ec8b1f675c0bf /package/utils/util-linux/Makefile | |
parent | 0aee976135481f0681aa876f86537211e45c16cc (diff) | |
download | upstream-c5e245a475b4b4c5602eae0e8f320e2b410f81ed.tar.gz upstream-c5e245a475b4b4c5602eae0e8f320e2b410f81ed.tar.bz2 upstream-c5e245a475b4b4c5602eae0e8f320e2b410f81ed.zip |
util-linux: re-enable parallel builds
The original build error in 'more' seems to be gone
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/utils/util-linux/Makefile')
-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 a3c59c073b..aea13ac8d6 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 |