poco: Update to 1.9.0

Some minor adjustments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2018-11-19 14:07:05 -08:00
parent ecd3dc4d7f
commit 05d11f13c3
3 changed files with 14 additions and 13 deletions
+7 -7
View File
@@ -1,15 +1,15 @@
--- a/configure
+++ b/configure
@@ -231,9 +231,9 @@
;;
*)
@@ -237,9 +237,9 @@ while [ $# -ge 1 ]; do
;;
*)
- showhelp
- exit 1
- ;;
+# showhelp
+# exit 1
+# ;;
esac
shift
esac
shift
+2 -2
View File
@@ -1,8 +1,8 @@
--- a/Foundation/src/Error.cpp
+++ b/Foundation/src/Error.cpp
@@ -70,7 +70,7 @@ namespace Poco {
#if (_XOPEN_SOURCE >= 600) || POCO_ANDROID || __APPLE__
#if (_XOPEN_SOURCE >= 600) || POCO_OS == POCO_OS_ANDROID || __APPLE__
setMessage(strerror_r(err, _buffer, sizeof(_buffer)));
-#elif _GNU_SOURCE
+#elif (_GNU_SOURCE && (defined __GLIBC__ || defined __UCLIBC__))