poco: Minor changes

Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
This commit is contained in:
Jakub Jalowiczor 2019-10-07 09:11:11 -04:00
parent d9106a3a90
commit f386733833
3 changed files with 16 additions and 13 deletions

View file

@ -31,7 +31,7 @@ define Package/poco
CATEGORY:=Libraries
TITLE:=Poco C++ libraries
URL:=https://www.pocoproject.org/
DEPENDS:=+libstdcpp +libpthread +librt @!arc
DEPENDS:=+libstdcpp +libpthread +librt +libopenssl @!arc
MAINTAINER:=Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
endef

View file

@ -1,11 +1,15 @@
--- a/configure
+++ b/configure
@@ -238,6 +238,6 @@
@@ -237,9 +237,9 @@ while [ $# -ge 1 ]; do
;;
*)
- showhelp
- exit 1
- ;;
+# showhelp
+# exit 1
;;
+# ;;
esac
shift

View file

@ -9,4 +9,3 @@
setMessage(strerror_r(err, _buffer, sizeof(_buffer)));
#else
setMessage(strerror(err));