packages: ekg/ekg.spec - fix curses linking; rel 9
glen
glen at pld-linux.org
Fri Aug 20 18:12:50 CEST 2010
Author: glen Date: Fri Aug 20 16:12:50 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- fix curses linking; rel 9
---- Files affected:
packages/ekg:
ekg.spec (1.226 -> 1.227)
---- Diffs:
================================================================
Index: packages/ekg/ekg.spec
diff -u packages/ekg/ekg.spec:1.226 packages/ekg/ekg.spec:1.227
--- packages/ekg/ekg.spec:1.226 Fri Jul 9 13:14:37 2010
+++ packages/ekg/ekg.spec Fri Aug 20 18:12:45 2010
@@ -15,7 +15,7 @@
Summary(pl.UTF-8): Klient kompatybilny z Gadu-Gadu
Name: ekg
Version: 1.7
-Release: 8
+Release: 9
Epoch: 4
License: GPL v2
Group: Applications/Communications
@@ -99,6 +99,10 @@
%endif
%patch2 -p0
+# /usr/bin/ld: ui-ncurses.o: undefined reference to symbol 'nodelay'
+# /usr/bin/ld: note: 'nodelay' is defined in DSO /lib64/libtinfo.so.5 so try adding it to the linker command line
+sed -i -e 's/-lncurses/-lncurses -ltinfo/' m4/curses.m4
+
%build
%{__aclocal} -I m4
%{__autoheader}
@@ -164,6 +168,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.227 2010/08/20 16:12:45 glen
+- fix curses linking; rel 9
+
Revision 1.226 2010/07/09 11:14:37 arekm
- release 8
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ekg/ekg.spec?r1=1.226&r2=1.227&f=u
More information about the pld-cvs-commit
mailing list