[maemo-commits] [maemo-commits] r18955 - projects/haf/trunk/sqlite3/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Jul 23 11:59:32 EEST 2009
- Previous message: [maemo-commits] r18954 - projects/haf/tags/ke-recv/3.19-1fixes/debian
- Next message: [maemo-commits] r18956 - projects/haf/tags/sqlite3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: ifrade Date: 2009-07-23 11:59:30 +0300 (Thu, 23 Jul 2009) New Revision: 18955 Modified: projects/haf/trunk/sqlite3/debian/changelog projects/haf/trunk/sqlite3/debian/rules Log: Fixed compilation flags. Modified: projects/haf/trunk/sqlite3/debian/changelog =================================================================== --- projects/haf/trunk/sqlite3/debian/changelog 2009-07-23 07:37:09 UTC (rev 18954) +++ projects/haf/trunk/sqlite3/debian/changelog 2009-07-23 08:59:30 UTC (rev 18955) @@ -1,3 +1,9 @@ +sqlite3 (3.6.14-1maemo3) stable; urgency=low + + * Fixed compilation flags. It wasn't using -O2 + + -- Ivan Frade (frade) <ivan.frade at nokia.com> Thu, 23 Jul 2009 11:33:03 +0300 + sqlite3 (3.6.14-1maemo2) stable; urgency=low * Incresed YYSTACKDEPTH to support more joins in queries. Modified: projects/haf/trunk/sqlite3/debian/rules =================================================================== --- projects/haf/trunk/sqlite3/debian/rules 2009-07-23 07:37:09 UTC (rev 18954) +++ projects/haf/trunk/sqlite3/debian/rules 2009-07-23 08:59:30 UTC (rev 18955) @@ -45,9 +45,8 @@ DEB_OPT_FLAG := -O2 -fno-strict-aliasing -DSQLITE_ENABLE_COLUMN_METADATA -CFLAGS = -Wall -g # Forcing this link to compile with --enable-load-extension DEB_CONFIGURE_SCRIPT_ENV += LIBS="-ldl" -DEB_CONFIGURE_SCRIPT_ENV += CFLAGS="-DYYSTACKDEPTH=500" +DEB_CONFIGURE_SCRIPT_ENV += CFLAGS="-DYYSTACKDEPTH=500 $(DEB_OPT_FLAG)" DEB_DH_STRIP_ARGS := --dbg-package=libsqlite3-0
- Previous message: [maemo-commits] r18954 - projects/haf/tags/ke-recv/3.19-1fixes/debian
- Next message: [maemo-commits] r18956 - projects/haf/tags/sqlite3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]