From 88402237586361e1a1d774a5a4ce349a098c1962 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 30 Sep 2012 10:57:07 +0000 Subject: [PATCH] 2012-09-30 12:56 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/3rd/sqlite3/sqlite3.hbp ! set SQLITE_OS_OTHER (to disable pthread) for all OS/2 C compilers. --- harbour/ChangeLog | 5 +++++ harbour/contrib/3rd/sqlite3/sqlite3.hbp | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2cac3bf63d..b693845847 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2012-09-30 12:56 UTC+0200 Viktor Szakats (harbour syenar.net) + * contrib/3rd/sqlite3/sqlite3.hbp + ! set SQLITE_OS_OTHER (to disable pthread) for all OS/2 + C compilers. + 2012-09-30 12:21 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbnf/tests/* % deleted line ending spaces diff --git a/harbour/contrib/3rd/sqlite3/sqlite3.hbp b/harbour/contrib/3rd/sqlite3/sqlite3.hbp index 1041e448a1..19f58f3863 100644 --- a/harbour/contrib/3rd/sqlite3/sqlite3.hbp +++ b/harbour/contrib/3rd/sqlite3/sqlite3.hbp @@ -33,8 +33,8 @@ -cflag=-DSQLITE_OS_OTHER{dos} # Watcom Linux builds cannot use system header files -cflag=-DSQLITE_OS_OTHER{linux&watcom} -# Watcom OS2 builds do not support pthreads and some other system headers --cflag=-DSQLITE_OS_OTHER{os2&watcom} +# OS/2 builds do not support pthreads and some other system headers +-cflag=-DSQLITE_OS_OTHER{os2} -cflag=-DSQLITE_THREADSAFE=0{minix} -cflag=-DSQLITE_OMIT_LOAD_EXTENSION=1{minix}