From: Jacek Bukarewicz Date: Wed, 18 Dec 2013 15:39:50 +0000 (+0100) Subject: Enable Text User Interface X-Git-Tag: submit/tizen/20180321.005519~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4dfeb16bce28987bc3fc459a4e4265fa6ca5174e;p=platform%2Fupstream%2Fgdb.git Enable Text User Interface Enable TUI so it's possible to debug using different layouts (source/assembly etc.) This change also uses internal version of readline (ver. 6.0) instead of the one installed on the system(5.2). This increases size of package by a few hundreds kilobytes. If readline version is upgraded o 6.0+ it will be possible to use system readline again (--with-system-readline configure option) Change-Id: If7327aac8fed9ea05624bb4b56cecf5230f9c929 Signed-off-by: Jacek Bukarewicz --- diff --git a/packaging/gdb.spec b/packaging/gdb.spec index 68115c8f5..e02c06dc5 100644 --- a/packaging/gdb.spec +++ b/packaging/gdb.spec @@ -17,7 +17,6 @@ BuildRequires: gettext BuildRequires: python-devel BuildRequires: gcc-c++ BuildRequires: ncurses-devel -BuildRequires: readline-devel BuildRequires: rpm-devel BuildRequires: makeinfo @@ -62,9 +61,7 @@ rm -f gdb/doc/*.info-* --with-separate-debug-dir=/usr/lib/debug \ --disable-sim \ --disable-rpath \ - --with-system-readline \ --with-expat \ - --disable-tui \ --enable-64-bit-bfd \ --enable-static --disable-shared --enable-debug