diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-21 20:51:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-21 20:52:41 +0200 |
commit | a05a73019f6fb5f0a7fa002b83741e3c8c81c636 (patch) | |
tree | 87c955adc13cebcbafa84bb0260dc2a4c6b1d944 /package/util-linux | |
parent | f09951e1b0e28a355bea76e01e3eb05cace4e607 (diff) |
glib: fix compile under Linux
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 9797c2d7b..f95599fcd 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -109,6 +109,8 @@ endif TARGET_CFLAGS+= -fPIC FAKE_FLAGS+= INSTALLSUID="install -m 4755" HOST_CONFIGURE_ARGS+= --enable-libuuid \ + --enable-libblkid \ + --enable-libmount \ --disable-all-programs \ --disable-use-tty-group |