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
+1 -1
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
+6 -2
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
-1
View File
@@ -9,4 +9,3 @@
setMessage(strerror_r(err, _buffer, sizeof(_buffer)));
#else
setMessage(strerror(err));