[maemo-commits] [maemo-commits] r10436 - in projects/haf/trunk/libosso-help: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Mar 6 19:18:45 EET 2007
- Previous message: [maemo-commits] r10435 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10437 - projects/haf/tags/libosso-help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: schulhof Date: 2007-03-06 19:18:44 +0200 (Tue, 06 Mar 2007) New Revision: 10436 Modified: projects/haf/trunk/libosso-help/ChangeLog projects/haf/trunk/libosso-help/debian/changelog projects/haf/trunk/libosso-help/debian/rules Log: Added -fPIC -DPIC to CFLAGS Modified: projects/haf/trunk/libosso-help/ChangeLog =================================================================== --- projects/haf/trunk/libosso-help/ChangeLog 2007-03-06 17:02:43 UTC (rev 10435) +++ projects/haf/trunk/libosso-help/ChangeLog 2007-03-06 17:18:44 UTC (rev 10436) @@ -1,5 +1,9 @@ 2007-03-06 Gabriel Schulhof <gabriel.schulhof at nokia.com> + * Added -fPIC -DPIC to CFLAGS + +2007-03-06 Gabriel Schulhof <gabriel.schulhof at nokia.com> + * Update the version in configure.ac 2007-03-06 Gabriel Schulhof <gabriel.schulhof at nokia.com> Modified: projects/haf/trunk/libosso-help/debian/changelog =================================================================== --- projects/haf/trunk/libosso-help/debian/changelog 2007-03-06 17:02:43 UTC (rev 10435) +++ projects/haf/trunk/libosso-help/debian/changelog 2007-03-06 17:18:44 UTC (rev 10436) @@ -1,3 +1,9 @@ +libosso-help (2.1.1-3) unstable; urgency=low + + * Added -fPIC -DPIC to CFLAGS + + -- Gabriel Schulhof <gabriel.schulhof at nokia.com> Tue, 6 Mar 2007 19:16:39 +0200 + libosso-help (2.1.1-2) unstable; urgency=low * Update the version in configure.ac Modified: projects/haf/trunk/libosso-help/debian/rules =================================================================== --- projects/haf/trunk/libosso-help/debian/rules 2007-03-06 17:02:43 UTC (rev 10435) +++ projects/haf/trunk/libosso-help/debian/rules 2007-03-06 17:18:44 UTC (rev 10436) @@ -13,7 +13,7 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -CFLAGS = -Wall -g +CFLAGS = -Wall -g -fPIC -DPIC ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0
- Previous message: [maemo-commits] r10435 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10437 - projects/haf/tags/libosso-help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]