From 168e2ffbcd8c8cf20711be36059bfcf999a95012 Mon Sep 17 00:00:00 2001 From: Bastian Germann Date: Sat, 26 Sep 2020 21:32:55 +0200 Subject: lvm: add readline alternative editline LVM2 is distributed under GPLv2 only. The readline library changed its license long ago to GPLv3. Given that those licenses are incompatible and you follow the FSF in their interpretation that dynamically linking creates a derivative work, distributing LVM2 linked against a current readline version might be legally problematic. Add support for the BSD licensed editline library as an alternative for readline. Link: https://thrysoee.dk/editline --- make.tmpl.in | 1 + 1 file changed, 1 insertion(+) (limited to 'make.tmpl.in') diff --git a/make.tmpl.in b/make.tmpl.in index 8a2081897..4549746ab 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -77,6 +77,7 @@ RT_LIBS = @RT_LIBS@ M_LIBS = @M_LIBS@ PTHREAD_LIBS = @PTHREAD_LIBS@ READLINE_LIBS = @READLINE_LIBS@ +EDITLINE_LIBS = @EDITLINE_LIBS@ SELINUX_LIBS = @SELINUX_LIBS@ UDEV_CFLAGS = @UDEV_CFLAGS@ UDEV_LIBS = @UDEV_LIBS@ -- cgit v1.2.1