mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
poco: Update to 1.9.0
Some minor adjustments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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__))
|
||||
|
||||
Reference in New Issue
Block a user