[maemo-commits] [maemo-commits] r18192 - projects/haf/trunk/sqlite3/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Apr 29 19:05:07 EEST 2009
- Previous message: [maemo-commits] r18191 - projects/haf/trunk/sqlite3
- Next message: [maemo-commits] r18193 - projects/haf/trunk/sqlite3/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: ifrade Date: 2009-04-29 19:05:06 +0300 (Wed, 29 Apr 2009) New Revision: 18192 Modified: projects/haf/trunk/sqlite3/debian/changelog projects/haf/trunk/sqlite3/debian/rules Log: Enable load-extension in sqlite Modified: projects/haf/trunk/sqlite3/debian/changelog =================================================================== --- projects/haf/trunk/sqlite3/debian/changelog 2009-04-29 13:48:21 UTC (rev 18191) +++ projects/haf/trunk/sqlite3/debian/changelog 2009-04-29 16:05:06 UTC (rev 18192) @@ -1,7 +1,8 @@ sqlite3 (3.6.13-1~unreleased~maemo1) stable; urgency=low * Upgrade to upstream 3.6.13 - + * Enabled load extensions feature + -- Ivan Frade (frade) <ivan.frade at nokia.com> Thu, 29 Apr 2009 16:19:03 +0300 sqlite3 (3.6.10-0maemo0) stable; urgency=low Modified: projects/haf/trunk/sqlite3/debian/rules =================================================================== --- projects/haf/trunk/sqlite3/debian/rules 2009-04-29 13:48:21 UTC (rev 18191) +++ projects/haf/trunk/sqlite3/debian/rules 2009-04-29 16:05:06 UTC (rev 18192) @@ -30,7 +30,7 @@ DEB_AUTO_UPDATE_AUTOCONF = 2.50 DEB_AUTO_UPDATE_AUTOMAKE = 1.9 # We don't use automake, but aclocal -DEB_CONFIGURE_EXTRA_FLAGS = --disable-tcl --enable-threadsafe +DEB_CONFIGURE_EXTRA_FLAGS = --disable-tcl --enable-threadsafe --enable-load-extension DEB_BUILD_MAKE_TARGET = all doc #DEB_MAKE_CHECK_TARGET = test @@ -47,5 +47,7 @@ DEB_OPT_FLAG := -O2 -fno-strict-aliasing -DSQLITE_ENABLE_COLUMN_METADATA CFLAGS = -Wall -g +# Forcing this link to compile with --enable-load-extension +LIBS = -ldl DEB_DH_STRIP_ARGS := --dbg-package=libsqlite3-0
- Previous message: [maemo-commits] r18191 - projects/haf/trunk/sqlite3
- Next message: [maemo-commits] r18193 - projects/haf/trunk/sqlite3/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]