diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-20 22:34:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-21 21:20:45 +0100 |
commit | 9e0e06dca28a3c7e7c313b66e853cf5d6cc0d539 (patch) | |
tree | 4f3cb89390b92320afe7567c8e0c88ea772dda48 /package/util-linux | |
parent | ee4fdb76d5fc14ce338d67314c58a757235a6fd0 (diff) |
glib: update to 2.51.2, fix build on debian9
Diffstat (limited to 'package/util-linux')
-rw-r--r-- | package/util-linux/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 8c14dad34..9914d559b 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -107,6 +107,8 @@ endif TARGET_CFLAGS+= -fPIC FAKE_FLAGS+= INSTALLSUID="install -m 4755" HOST_CONFIGURE_ARGS+= --enable-libuuid \ + --enable-libmount \ + --enable-libblkid \ --disable-all-programs \ --disable-use-tty-group |