# # patch "ChangeLog" # from [0f79b1bab4944e0d171410d02195b6e0aa344b39] # to [d2553e8249efe1fe61172d113079f84b86b21b23] # # patch "configure.ac" # from [289e0cb6ea26e1a8e515e7f81626a49e77381d69] # to [0a8fcd82b46313fe334dc86907bde61e73c8ab4e] # # patch "sqlite/parse.c" # from [9f03b15f12e12a7952705f50d01e3ac97bb81e34] # to [13d6d5853fcaddd632125185f51a4705558950fb] # ======================================================================== --- ChangeLog 0f79b1bab4944e0d171410d02195b6e0aa344b39 +++ ChangeLog d2553e8249efe1fe61172d113079f84b86b21b23 @@ -1,3 +1,8 @@ +2005-09-20 Patrick Mauritz + + * configure.ac: solaris needs librt for fdatasync + * sqlite/parse.c: #line and #include interactions aren't defined + 2005-09-20 Matt Johnston * database.cc (space_usage): workaround the issue that in sqlite ======================================================================== --- configure.ac 289e0cb6ea26e1a8e515e7f81626a49e77381d69 +++ configure.ac 0a8fcd82b46313fe334dc86907bde61e73c8ab4e @@ -307,6 +307,7 @@ AC_SEARCH_LIBS([inet_aton], [resolv]) AC_SEARCH_LIBS([accept], [socket]) AC_SEARCH_LIBS([inet_ntoa], [nsl]) +AC_SEARCH_LIBS([fdatasync], [rt]) AC_CHECK_LIB([z], [deflate], , AC_MSG_FAILURE([zlib is required])) # Now let the user specify whether he wants large file support or not in ======================================================================== --- sqlite/parse.c 9f03b15f12e12a7952705f50d01e3ac97bb81e34 +++ sqlite/parse.c 13d6d5853fcaddd632125185f51a4705558950fb @@ -1,13 +1,13 @@ /* Driver template for the LEMON parser generator. ** The author disclaims copyright to this source code. */ /* First off, code is include which follows the "include" declaration ** in the input file. */ #include -#line 51 "parse.y" #include "sqliteInt.h" #include "parse.h" +#line 54 "parse.y" /* ** An instance of this structure holds information about the