[maemo-commits] [maemo-commits] r14097 - in projects/haf/trunk/maemo-launcher: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Sep 25 20:03:01 EEST 2007
Author: guillem
Date: 2007-09-25 20:02:54 +0300 (Tue, 25 Sep 2007)
New Revision: 14097

Modified:
   projects/haf/trunk/maemo-launcher/ChangeLog
   projects/haf/trunk/maemo-launcher/configure.ac
   projects/haf/trunk/maemo-launcher/debian/changelog
Log:
Do not link against libstdc++ anymore


Modified: projects/haf/trunk/maemo-launcher/ChangeLog
===================================================================
--- projects/haf/trunk/maemo-launcher/ChangeLog	2007-09-25 16:59:16 UTC (rev 14096)
+++ projects/haf/trunk/maemo-launcher/ChangeLog	2007-09-25 17:02:54 UTC (rev 14097)
@@ -1,5 +1,10 @@
 2007-09-25  Guillem Jover  <guillem.jover at nokia.com>
 
+	* configure.ac [hildon_booster] (BOOSTER_GTK_LIBS): Do not link
+	against libstdc++ anymore.
+
+2007-09-25  Guillem Jover  <guillem.jover at nokia.com>
+
 	* configure.ac: Bump version to 0.25~.
 
 2007-09-10  Guillem Jover  <guillem.jover at nokia.com>

Modified: projects/haf/trunk/maemo-launcher/configure.ac
===================================================================
--- projects/haf/trunk/maemo-launcher/configure.ac	2007-09-25 16:59:16 UTC (rev 14096)
+++ projects/haf/trunk/maemo-launcher/configure.ac	2007-09-25 17:02:54 UTC (rev 14097)
@@ -91,13 +91,6 @@
 	$BOOSTER_GTK_DEPENDS
 ])
 
-if test x$hildon_booster = xtrue
-then
-  # This is ugly, should be done by g++, but it gives us quite some speed
-  # by forcing to pre-resolve the C++ mangled symbols.
-  BOOSTER_GTK_LIBS="$BOOSTER_GTK_LIBS -lstdc++"
-fi
-
 AC_SUBST([BOOSTER_GTK_CFLAGS])
 AC_SUBST([BOOSTER_GTK_LIBS])
 

Modified: projects/haf/trunk/maemo-launcher/debian/changelog
===================================================================
--- projects/haf/trunk/maemo-launcher/debian/changelog	2007-09-25 16:59:16 UTC (rev 14096)
+++ projects/haf/trunk/maemo-launcher/debian/changelog	2007-09-25 17:02:54 UTC (rev 14097)
@@ -1,6 +1,7 @@
 maemo-launcher (0.25-1) unstable; urgency=low
 
   * New Upstream Release.
+    - Do not link against libstdc++ anymore. (Fixes: NB#69684)
 
  -- Guillem Jover <guillem.jover at nokia.com>  Tue, 25 Sep 2007 19:58:46 +0300
 


More information about the maemo-commits mailing list