SPECS: lvm2.spec - look for tgetent() in -ltinfo - as-needed fix
sparky
sparky at pld-linux.org
Tue Aug 1 00:48:31 CEST 2006
Author: sparky Date: Mon Jul 31 22:48:31 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- look for tgetent() in -ltinfo - as-needed fix
---- Files affected:
SPECS:
lvm2.spec (1.70 -> 1.71)
---- Diffs:
================================================================
Index: SPECS/lvm2.spec
diff -u SPECS/lvm2.spec:1.70 SPECS/lvm2.spec:1.71
--- SPECS/lvm2.spec:1.70 Wed Jul 19 20:49:59 2006
+++ SPECS/lvm2.spec Tue Aug 1 00:48:26 2006
@@ -27,6 +27,7 @@
BuildRequires: device-mapper-devel >= %{devmapper_ver}
%{?with_selinux:BuildRequires: libselinux-devel >= 1.10}
BuildRequires: rpmbuild(macros) >= 1.213
+BuildRequires: sed >= 4.0
%if %{with initrd}
%if %{with uClibc}
BuildRequires: device-mapper-initrd-devel >= 1.02.07-0.17
@@ -94,6 +95,7 @@
%prep
%setup -q -n LVM2.%{version}
+sed 's/ncurses/tinfo ncurses/' -i configure.in
%build
cp -f /usr/share/automake/config.sub autoconf
@@ -166,6 +168,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.71 2006/07/31 22:48:26 sparky
+- look for tgetent() in -ltinfo - as-needed fix
+
Revision 1.70 2006/07/19 18:49:59 qboosh
- updated to 2.02.07
- clvmd builds again, added cman bcond
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/lvm2.spec?r1=1.70&r2=1.71&f=u
More information about the pld-cvs-commit
mailing list