From aec1978aafbfd6acc0e06084627283d2a3192973 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 26 Jan 2018 18:16:50 +0100 Subject: [PATCH] lvm(8): Add line editing support (libedit is already linked). --- gnu/sbin/lvm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/sbin/lvm/Makefile b/gnu/sbin/lvm/Makefile index f946e80c0e..a8b887be14 100644 --- a/gnu/sbin/lvm/Makefile +++ b/gnu/sbin/lvm/Makefile @@ -25,6 +25,7 @@ CFLAGS+= -I${LVM2_DISTDIR}/lib -I${LVM2_DISTDIR}/include \ -I${LIBDM_DISTDIR} CFLAGS+= -DLVM_SHARED_PATH=\"$(BINDIR)/lvm\" +CFLAGS+= -DREADLINE_SUPPORT -I${_SHLIBDIRPREFIX}/usr/include/priv # Some parts of the code can't be protected because if its # alloca() usage. -- 2.11.4.GIT