|
|
@@ -34,7 +34,7 @@ Class: BASE
|
|
|
Group: Development
|
|
|
License: GPL
|
|
|
Version: 6.2
|
|
|
-Release: 20040731
|
|
|
+Release: 20040803
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
|
|
|
@@ -73,6 +73,12 @@ AutoReqProv: no
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
--disable-nls
|
|
|
+ cd gdb
|
|
|
+ ./configure \
|
|
|
+ --prefix=%{l_prefix} \
|
|
|
+ --with-libiconv-prefix=%{l_prefix} \
|
|
|
+ --disable-nls
|
|
|
+ cd ..
|
|
|
%{l_make} %{l_mflags} configure-gdb all
|
|
|
|
|
|
%install
|