* debian/rules
% Minor Makefile optimizations. I hope this is right.
* INSTALL
+ Readded alternative package for curl on debian.
+ external/zlib/zlib.dif
+ external/sqlite3/sqlite3.dif
+ Added .dif files for local patches to locally hosted
3rd party code. Pls update these when modifying original
source locally.
; NOTE: I intentionally didn't add svn props to these files.
* external/sqlite3/Makefile
! Typo in comment.
13 lines
358 B
Plaintext
13 lines
358 B
Plaintext
diff -u ori\sqlite3.c .\sqlite3.c
|
|
--- ori\sqlite3.c Wed Aug 19 10:50:21 2009
|
|
+++ .\sqlite3.c Sat Sep 19 07:47:14 2009
|
|
@@ -25024,7 +25024,7 @@
|
|
** error message.
|
|
*/
|
|
static void unixDlError(sqlite3_vfs *NotUsed, int nBuf, char *zBufOut){
|
|
- char *zErr;
|
|
+ const char *zErr;
|
|
UNUSED_PARAMETER(NotUsed);
|
|
unixEnterMutex();
|
|
zErr = dlerror();
|