Update to latest mercurial snapshot (bz 1392563).

Also:
- Drop upstreamed -gcc5 patch.
- Rebase all other patches.
- Update config.guess and config.sub.
This commit is contained in:
Jerry James 2016-11-11 10:19:44 -07:00
commit a8542e9dba
9 changed files with 186 additions and 227 deletions

View file

@ -1,5 +1,5 @@
--- ./modules/berkeley-db/configure.in.orig 2012-06-20 11:05:05.000000000 -0600
+++ ./modules/berkeley-db/configure.in 2012-09-25 14:45:22.950718201 -0600
--- modules/berkeley-db/configure.in.orig 2016-11-11 08:56:50.543677690 -0700
+++ modules/berkeley-db/configure.in 2016-11-11 09:07:47.419640845 -0700
@@ -48,7 +48,7 @@ dnl <http://www.sleepycat.com/docs/ref/u
AC_CACHE_CHECK([whether DB_ENV->set_errcall() accepts DBE],
ac_cv_dbe_set_errcall_accept_dbe,[
@ -9,8 +9,8 @@
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <db.h>
void my_callback (const DB_ENV* dbe, const char *errpfx, const char *msg) {}],
[[DB_ENV dbe; dbe.set_errcall(&dbe,&my_callback);]])],
--- ./modules/berkeley-db/configure.orig 2012-06-20 11:05:05.000000000 -0600
+++ ./modules/berkeley-db/configure 2012-09-25 14:45:22.961717778 -0600
--- modules/berkeley-db/configure.orig 2016-11-11 08:56:50.543677690 -0700
+++ modules/berkeley-db/configure 2016-11-11 09:07:47.422640603 -0700
@@ -5055,7 +5055,7 @@ if test "${ac_cv_dbe_set_errcall_accept_
else