[maemo-commits] [maemo-commits] r10310 - projects/haf/trunk/dbus/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Mar 2 13:01:07 EET 2007
- Previous message: [maemo-commits] r10309 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10311 - projects/haf/trunk/dbus/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2007-03-02 13:01:06 +0200 (Fri, 02 Mar 2007) New Revision: 10310 Modified: projects/haf/trunk/dbus/debian/changelog projects/haf/trunk/dbus/debian/rules Log: added -fPIC compilation option Modified: projects/haf/trunk/dbus/debian/changelog =================================================================== --- projects/haf/trunk/dbus/debian/changelog 2007-03-02 10:43:09 UTC (rev 10309) +++ projects/haf/trunk/dbus/debian/changelog 2007-03-02 11:01:06 UTC (rev 10310) @@ -2,8 +2,9 @@ * UNRELEASED * Increased per-user connection limit. + * Added -fPIC compilation option. Fixes: NB#52390 - -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Wed, 14 Feb 2007 07:53:57 +0200 + -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Fri, 02 Mar 2007 13:00:39 +0200 dbus (1.0.2-0osso2) experimental; urgency=low Modified: projects/haf/trunk/dbus/debian/rules =================================================================== --- projects/haf/trunk/dbus/debian/rules 2007-03-02 10:43:09 UTC (rev 10309) +++ projects/haf/trunk/dbus/debian/rules 2007-03-02 11:01:06 UTC (rev 10310) @@ -12,6 +12,7 @@ DEB_TAR_SRCDIR := dbus-1.0.2 include /usr/share/cdbs/1/rules/tarball.mk +CFLAGS=-Wall -fPIC -O2 # Use soft-float and thumb mode if it is enabled. ifneq (,$(findstring thumb,$(DEB_BUILD_OPTIONS))) CFLAGS += -mthumb
- Previous message: [maemo-commits] r10309 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10311 - projects/haf/trunk/dbus/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]