[maemo-commits] [maemo-commits] r18193 - projects/haf/trunk/sqlite3/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Apr 29 19:06:43 EEST 2009
- Previous message: [maemo-commits] r18192 - projects/haf/trunk/sqlite3/debian
- Next message: [maemo-commits] r18194 - in projects/haf/trunk/libmatchbox2: . matchbox/core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: ifrade Date: 2009-04-29 19:06:42 +0300 (Wed, 29 Apr 2009) New Revision: 18193 Modified: projects/haf/trunk/sqlite3/debian/rules Log: Use addition instead of replace in LIBS var Modified: projects/haf/trunk/sqlite3/debian/rules =================================================================== --- projects/haf/trunk/sqlite3/debian/rules 2009-04-29 16:05:06 UTC (rev 18192) +++ projects/haf/trunk/sqlite3/debian/rules 2009-04-29 16:06:42 UTC (rev 18193) @@ -48,6 +48,6 @@ CFLAGS = -Wall -g # Forcing this link to compile with --enable-load-extension -LIBS = -ldl +LIBS += -ldl DEB_DH_STRIP_ARGS := --dbg-package=libsqlite3-0
- Previous message: [maemo-commits] r18192 - projects/haf/trunk/sqlite3/debian
- Next message: [maemo-commits] r18194 - in projects/haf/trunk/libmatchbox2: . matchbox/core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]