SPECS: dump.spec - link with -ltinfo instead of -lncurses: fixes b...

sparky sparky at pld-linux.org
Mon Jul 31 13:43:10 CEST 2006


Author: sparky                       Date: Mon Jul 31 11:43:10 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- link with -ltinfo instead of -lncurses: fixes build with --as-needed

---- Files affected:
SPECS:
   dump.spec (1.74 -> 1.75) 

---- Diffs:

================================================================
Index: SPECS/dump.spec
diff -u SPECS/dump.spec:1.74 SPECS/dump.spec:1.75
--- SPECS/dump.spec:1.74	Mon Feb  6 14:07:03 2006
+++ SPECS/dump.spec	Mon Jul 31 13:43:04 2006
@@ -24,6 +24,7 @@
 BuildRequires:	ncurses-devel >= 5.2
 BuildRequires:	openssl-devel >= 0.9.7a
 BuildRequires:	readline-devel >= 4.2
+BuildRequires:	sed >= 4.0
 Requires:	rmt
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -152,6 +153,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+sed 's/ncurses/tinfo/g' -i configure.in
 
 %build
 %{__autoconf}
@@ -212,6 +214,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.75  2006/07/31 11:43:04  sparky
+- link with -ltinfo instead of -lncurses: fixes build with --as-needed
+
 Revision 1.74  2006/02/06 13:07:03  qboosh
 - updated to 0.4b41 (EA/ACL fixes)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dump.spec?r1=1.74&r2=1.75&f=u



More information about the pld-cvs-commit mailing list