summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/util-linux/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile
index 85c0397e8..33c2d1809 100644
--- a/package/util-linux/Makefile
+++ b/package/util-linux/Makefile
@@ -109,6 +109,11 @@ CONFIGURE_ARGS+= --exec-prefix=/usr \
--enable-libuuid \
--enable-libblkid \
--enable-libmount
+ifneq (${ADK_PACKAGE_LSFD},)
+CONFIGURE_ARGS+= --enable-lsfd
+else
+CONFIGURE_ARGS+= --disable-lsfd
+endif
TARGET_CFLAGS+= -fPIC
FAKE_FLAGS+= INSTALLSUID="install -m 4755"