rev 6865 - in trunk/packages/kdesdk/debian: . patches

Sune Vuorela pusling-guest at alioth.debian.org
Fri Jul 27 09:24:44 UTC 2007


Author: pusling-guest
Date: 2007-07-27 09:24:43 +0000 (Fri, 27 Jul 2007)
New Revision: 6865

Added:
   trunk/packages/kdesdk/debian/patches/10_-gnu_armel_n64_and_others_fix.diff
Modified:
   trunk/packages/kdesdk/debian/changelog
Log:
add patch to change -gnu) to -gnu*) - -gnueabi and others have their problems


Modified: trunk/packages/kdesdk/debian/changelog
===================================================================
--- trunk/packages/kdesdk/debian/changelog	2007-07-27 09:20:59 UTC (rev 6864)
+++ trunk/packages/kdesdk/debian/changelog	2007-07-27 09:24:43 UTC (rev 6865)
@@ -5,6 +5,10 @@
   * Implement the use of uploaders.mk and update uploaders.
   * Pull newer umbrello release in. (Closes: 428059). Thanks to Eric Valette
     for his friendly attitude.
+  * Don't think that all gnu triplets end with gnu on glibc based systems. 
+    We also have gnueabi for new arm eabi and the different newer mipsen 
+    also doesn't end with -gnu. Thanks to Aurelien Jarno for the bug report 
+    and a suggested fix. (Closes: 431346)
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 23 Jul 2007 23:27:56 +0200
 

Added: trunk/packages/kdesdk/debian/patches/10_-gnu_armel_n64_and_others_fix.diff
===================================================================
--- trunk/packages/kdesdk/debian/patches/10_-gnu_armel_n64_and_others_fix.diff	                        (rev 0)
+++ trunk/packages/kdesdk/debian/patches/10_-gnu_armel_n64_and_others_fix.diff	2007-07-27 09:24:43 UTC (rev 6865)
@@ -0,0 +1,12 @@
+diff -Nur kdesdk-3.5.7/kmtrace/configure.in.in kdesdk-3.5.7.new/kmtrace/configure.in.in
+--- kdesdk-3.5.7/kmtrace/configure.in.in	2005-09-10 10:20:58.000000000 +0200
++++ kdesdk-3.5.7.new/kmtrace/configure.in.in	2007-07-27 01:04:28.000000000 +0200
+@@ -1,7 +1,7 @@
+ dnl AC_OUTPUT( kmtrace/kminspector )
+ 
+ case "$host" in
+-   *-gnu)
++   *-gnu*)
+       saved_LIBS="$LIBS"
+       LIBS="$LIBS -Wl,-Bstatic -liberty -Wl,-Bdynamic"
+       AC_TRY_LINK([], [], [kde_compile_kmtrace=$GCC], [kde_compile_kmtrace=no])




More information about the pkg-kde-commits mailing list