[maemo-commits] [maemo-commits] r8189 - projects/haf/trunk/maemo-launcher
From: guillem at stage.maemo.org guillem at stage.maemo.orgDate: Mon Nov 20 19:10:52 EET 2006
- Previous message: [maemo-commits] r8188 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r8190 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: guillem Date: 2006-11-20 19:10:52 +0200 (Mon, 20 Nov 2006) New Revision: 8189 Modified: projects/haf/trunk/maemo-launcher/ChangeLog projects/haf/trunk/maemo-launcher/configure.ac Log: * configure.ac (BOOSTER_GTK_LIBS) [hildon_booster]: Link against libstdc++. Modified: projects/haf/trunk/maemo-launcher/ChangeLog =================================================================== --- projects/haf/trunk/maemo-launcher/ChangeLog 2006-11-20 17:06:09 UTC (rev 8188) +++ projects/haf/trunk/maemo-launcher/ChangeLog 2006-11-20 17:10:52 UTC (rev 8189) @@ -1,5 +1,10 @@ 2006-11-20 Guillem Jover <guillem.jover at nokia.com> + * configure.ac (BOOSTER_GTK_LIBS) [hildon_booster]: Link against + libstdc++. + +2006-11-20 Guillem Jover <guillem.jover at nokia.com> + * launcher/defender.c: Include <string.h>. 2006-11-20 Guillem Jover <guillem.jover at nokia.com> Modified: projects/haf/trunk/maemo-launcher/configure.ac =================================================================== --- projects/haf/trunk/maemo-launcher/configure.ac 2006-11-20 17:06:09 UTC (rev 8188) +++ projects/haf/trunk/maemo-launcher/configure.ac 2006-11-20 17:10:52 UTC (rev 8189) @@ -91,6 +91,13 @@ $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])
- Previous message: [maemo-commits] r8188 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r8190 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]