packages: util-linux-ng/util-linux-ng.spec - sed hack to link curses-depend...
qboosh
qboosh at pld-linux.org
Fri Aug 20 20:35:14 CEST 2010
Author: qboosh Date: Fri Aug 20 18:35:14 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- sed hack to link curses-dependent apps with libtinfow
---- Files affected:
packages/util-linux-ng:
util-linux-ng.spec (1.74 -> 1.75)
---- Diffs:
================================================================
Index: packages/util-linux-ng/util-linux-ng.spec
diff -u packages/util-linux-ng/util-linux-ng.spec:1.74 packages/util-linux-ng/util-linux-ng.spec:1.75
--- packages/util-linux-ng/util-linux-ng.spec:1.74 Thu Aug 19 08:25:08 2010
+++ packages/util-linux-ng/util-linux-ng.spec Fri Aug 20 20:35:08 2010
@@ -605,6 +605,8 @@
%patch8 -p1
%patch9 -p1
+sed -i -e 's/-lncursesw/-lncursesw -ltinfow/' configure.ac
+
%build
export CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses -DHAVE_LSEEK64_PROTOTYPE -DHAVE_LLSEEK_PROTOTYPE"
%if %{with initrd}
@@ -1387,6 +1389,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.75 2010/08/20 18:35:08 qboosh
+- sed hack to link curses-dependent apps with libtinfow
+
Revision 1.74 2010/08/19 06:25:08 qboosh
- updated to 2.18
- new libmount-* packages (library using libblkid)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/util-linux-ng/util-linux-ng.spec?r1=1.74&r2=1.75&f=u
More information about the pld-cvs-commit
mailing list