diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-03-02 00:54:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-03-02 13:45:57 +0100 |
commit | 48d395c7de0ab12cfa7b5276e0133af93a14a89e (patch) | |
tree | ab1a3b2726998f2461db0a3edfbe27f6e2ccbc2f /package/util-linux | |
parent | c0adc0927234457d4a2127b93ff6344884adbf81 (diff) |
different kodi-task bugfixes
Diffstat (limited to 'package/util-linux')
-rw-r--r-- | package/util-linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 5f7b8feaa..f69ca613c 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -110,7 +110,7 @@ TARGET_CFLAGS+= -fPIC FAKE_FLAGS+= INSTALLSUID="install -m 4755" HOST_CONFIGURE_ARGS+= --enable-libblkid \ --enable-libuuid \ - --disable-libmount \ + --enable-libmount \ --disable-all-programs \ --disable-use-tty-group ifneq ($(OS_FOR_BUILD),Darwin) |