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.
This commit is contained in:
Viktor Szakats
2012-09-30 10:57:07 +00:00
parent e068dcb656
commit 8840223758
2 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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}