Ignore underlying platform provided curses(3), prefering ncurses(3).

Fri, 03 Aug 2012 16:45:20 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 03 Aug 2012 16:45:20 +0200
changeset 463
4006c74cc96c
parent 462
63f79f03cb7f
child 464
3e2a08d916c6

Ignore underlying platform provided curses(3), prefering ncurses(3).

gdb/gdb.spec file | annotate | diff | comparison | revisions
     1.1 --- a/gdb/gdb.spec	Fri Aug 03 16:34:12 2012 +0200
     1.2 +++ b/gdb/gdb.spec	Fri Aug 03 16:45:20 2012 +0200
     1.3 @@ -63,6 +63,9 @@
     1.4  %prep
     1.5      %setup -q -n gdb-%{V_subdir}
     1.6      %patch -p0
     1.7 +    %{l_shtool} subst \
     1.8 +        -e 's/if test.*prefer_curses[^;][^;]*/if false/' \
     1.9 +        gdb/configure
    1.10  
    1.11  %build
    1.12      %{l_shtool} subst \

mercurial