diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /dist/jdbc/jdbc.patch | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'dist/jdbc/jdbc.patch')
| -rw-r--r-- | dist/jdbc/jdbc.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/dist/jdbc/jdbc.patch b/dist/jdbc/jdbc.patch new file mode 100644 index 00000000..9519669e --- /dev/null +++ b/dist/jdbc/jdbc.patch @@ -0,0 +1,36 @@ +diff -r e7e24e781211 configure +--- a/configure Wed Jan 09 13:03:42 2013 -0800 ++++ b/configure Tue Jan 22 18:41:16 2013 +0800 +@@ -11420,9 +11420,14 @@ + return ret; + } + ++static int vatest2(va_list ap) { ++ return 0; ++} ++ + int + main(int argc, char **argv) + { ++ vatest2((va_list)argv); /* Check whether we can convert "char *" to va_list */ + exit(vatest(NULL, vatest, 0.0, 0, NULL)); + } + +diff -r e7e24e781211 configure.in +--- a/configure.in Wed Jan 09 13:03:42 2013 -0800 ++++ b/configure.in Tue Jan 22 18:41:16 2013 +0800 +@@ -436,9 +436,14 @@ + return ret; + } + ++static int vatest2(va_list ap) { ++ return 0; ++} ++ + int + main(int argc, char **argv) + { ++ vatest2((va_list)argv); /* Check whether we can convert "char *" to va_list */ + exit(vatest(NULL, vatest, 0.0, 0, NULL)); + } + ],[USE_VFUNCS=1],[USE_VFUNCS=0],[USE_VFUNCS=0]) |
