]> git.pld-linux.org Git - packages/dump.git/commitdiff
- link with -ltinfo instead of -lncurses: fixes build with --as-needed
authorsparky <sparky@pld-linux.org>
Mon, 31 Jul 2006 11:43:04 +0000 (11:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dump.spec -> 1.75

dump.spec

index 0e90cf4a0682812d36d20b9733046fabad7296ad..b740ea4cbc684ceebc17aecf08802ee650929185 100644 (file)
--- a/dump.spec
+++ b/dump.spec
@@ -23,6 +23,7 @@ BuildRequires:        e2fsprogs-devel
 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)
 
@@ -151,6 +152,7 @@ ermt to wersja programu rmt z szyfrowaniem.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+sed 's/ncurses/tinfo/g' -i configure.in
 
 %build
 %{__autoconf}
This page took 0.124129 seconds and 4 git commands to generate.