[maemo-commits] [maemo-commits] r10433 - in projects/haf/trunk/gtkhtml: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Mar 6 19:01:14 EET 2007
Author: schulhof
Date: 2007-03-06 19:01:12 +0200 (Tue, 06 Mar 2007)
New Revision: 10433

Modified:
   projects/haf/trunk/gtkhtml/ChangeLog
   projects/haf/trunk/gtkhtml/debian/changelog
   projects/haf/trunk/gtkhtml/debian/rules
Log:
Added -fPIC -DPIC to CFLAGS


Modified: projects/haf/trunk/gtkhtml/ChangeLog
===================================================================
--- projects/haf/trunk/gtkhtml/ChangeLog	2007-03-06 16:05:39 UTC (rev 10432)
+++ projects/haf/trunk/gtkhtml/ChangeLog	2007-03-06 17:01:12 UTC (rev 10433)
@@ -1,3 +1,7 @@
+2007-03-06  Gabriel Schulhof <gabriel.schulhof at nokia.com>
+
+	* Added -fPIC -DPIC to the CFLAGS
+
 2007-02-20  Gabriel Schulhof <gabriel.schulhof at nokia.com>
 
 	* Removed dependency on libxml-parser-perl

Modified: projects/haf/trunk/gtkhtml/debian/changelog
===================================================================
--- projects/haf/trunk/gtkhtml/debian/changelog	2007-03-06 16:05:39 UTC (rev 10432)
+++ projects/haf/trunk/gtkhtml/debian/changelog	2007-03-06 17:01:12 UTC (rev 10433)
@@ -1,3 +1,9 @@
+gtkhtml (3.9.1-3osso4) unstable; urgency=low
+
+  * Added -fPIC -DPIC to the CFLAGS
+
+ -- Gabriel Schulhof <gabriel.schulhof at nokia.com>  Tue,  6 Mar 2007 18:26:26 +0200
+
 gtkhtml (3.9.1-3osso3) unstable; urgency=low
 
   * Removed dependency on libxml-parser-perl

Modified: projects/haf/trunk/gtkhtml/debian/rules
===================================================================
--- projects/haf/trunk/gtkhtml/debian/rules	2007-03-06 16:05:39 UTC (rev 10432)
+++ projects/haf/trunk/gtkhtml/debian/rules	2007-03-06 17:01:12 UTC (rev 10433)
@@ -14,7 +14,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


More information about the maemo-commits mailing list