From e82105b85a7cc93a555873a637362ccfa2dd42ad Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:33:03 +0100 Subject: [PATCH] force linking readline with termcap [release 2.02.114-2mamba;Tue Dec 16 2014] --- lvm2.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lvm2.spec b/lvm2.spec index 58dc8d9..e14c415 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,6 +1,6 @@ Name: lvm2 Version: 2.02.114 -Release: 1mamba +Release: 2mamba Summary: A userspace toolset that provides logical volume management facilities on Linux Group: System/Tools Vendor: openmamba @@ -92,7 +92,9 @@ This package contains files needed to develop applications that use the %{name} ac_cv_func_malloc_0_nonnull=yes %endif -%make SELINUX_LIBS="`pkg-config --libs libselinux`" +%make \ + SELINUX_LIBS="`pkg-config --libs libselinux`" \ + READLINE_LIBS="-lreadline -ltermcap" #% configure --enable-fsadm --with-clvmd=cman,openais,corosync --with-cluster=internal --with-pool=internal --with-user= --with-group= --with-usrlibdir=/usr/%{_lib} --with-usrsbindir=/usr/sbin --with-udevdir=%{_udevdir} --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-dmeventd --enable-udev_sync @@ -275,6 +277,9 @@ This package contains files needed to develop applications that use the %{name} #%doc README WHATS_NEW %changelog +* Tue Dec 16 2014 Silvan Calarco 2.02.114-2mamba +- force linking readline with termcap + * Wed Dec 03 2014 Automatic Build System 2.02.114-1mamba - automatic version update by autodist