[maemo-commits] [maemo-commits] r18230 - projects/haf/trunk/sqlite3/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon May 4 17:59:51 EEST 2009
Author: ifrade
Date: 2009-05-04 17:59:46 +0300 (Mon, 04 May 2009)
New Revision: 18230

Modified:
   projects/haf/trunk/sqlite3/debian/changelog
   projects/haf/trunk/sqlite3/debian/rules
Log:
Fixed compilation under ARM

Modified: projects/haf/trunk/sqlite3/debian/changelog
===================================================================
--- projects/haf/trunk/sqlite3/debian/changelog	2009-05-04 14:45:31 UTC (rev 18229)
+++ projects/haf/trunk/sqlite3/debian/changelog	2009-05-04 14:59:46 UTC (rev 18230)
@@ -1,3 +1,9 @@
+sqlite3 (3.6.13-1maemo2) stable; urgency=low
+
+  * Fixed compilation in ARM env.
+
+ -- Ivan Frade (frade) <ivan.frade at nokia.com>  Thu, 04 May 2009 17:59:03 +0300
+	
 sqlite3 (3.6.13-1maemo1) stable; urgency=low
 
   * Upgrade to upstream 3.6.13

Modified: projects/haf/trunk/sqlite3/debian/rules
===================================================================
--- projects/haf/trunk/sqlite3/debian/rules	2009-05-04 14:45:31 UTC (rev 18229)
+++ projects/haf/trunk/sqlite3/debian/rules	2009-05-04 14:59:46 UTC (rev 18230)
@@ -48,6 +48,6 @@
 
 CFLAGS = -Wall -g
 # Forcing this link to compile with --enable-load-extension
-LIBS += -ldl
+DEB_CONFIGURE_SCRIPT_ENV += LIBS="-ldl"
 
 DEB_DH_STRIP_ARGS := --dbg-package=libsqlite3-0


More information about the maemo-commits mailing list