]> git.pld-linux.org Git - packages/gdb.git/blobdiff - gdb.spec
- updated to 5.1.1 (bugfixes relative to 5.1)
[packages/gdb.git] / gdb.spec
index 1837b9f699de93465c93ef718b7950c842402ea6..22a325449fb9ffb1f59889ffdb906303994eb8b8 100644 (file)
--- a/gdb.spec
+++ b/gdb.spec
@@ -6,7 +6,7 @@ Summary(pl):    Symboliczny odpluskwiacz dla C i innych j
 Summary(pt_BR):        Depurador de programas C e outras linguagens
 Summary(tr):   C ve diðer diller için sembolik hata ayýklayýcý
 Name:          gdb
-Version:       5.1
+Version:       5.1.1
 Release:       1
 License:       GPL
 Group:         Development/Debuggers
@@ -76,7 +76,8 @@ verir.
 %patch4 -p1
 
 %build
-(cd gdb; libtoolize --copy --force; aclocal; autoconf)
+(cd gdb; autoconf)
+#libtoolize --copy --force; aclocal; autoconf)
 (cd gdb/doc; autoconf)
 (cd gdb/testsuite; autoconf)
 (cd gdb/testsuite/gdb.asm; autoconf)
@@ -109,6 +110,11 @@ verir.
 %endif
        --with-mmap
 
+# something is wrong after above - e.g. $exeext=="no" - fix it:
+(cd gdb
+%configure
+)
+
 %{__make}
 %{__make} info
 
This page took 0.359508 seconds and 4 git commands to generate.