force linking readline with termcap [release 2.02.114-2mamba;Tue Dec 16 2014]
This commit is contained in:
parent
35fe7c03d4
commit
e82105b85a
@ -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 <silvan.calarco@mambasoft.it> 2.02.114-2mamba
|
||||
- force linking readline with termcap
|
||||
|
||||
* Wed Dec 03 2014 Automatic Build System <autodist@mambasoft.it> 2.02.114-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user