mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
poco: Minor changes
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ define Package/poco
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Poco C++ libraries
|
TITLE:=Poco C++ libraries
|
||||||
URL:=https://www.pocoproject.org/
|
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>
|
MAINTAINER:=Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,15 @@
|
|||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/configure
|
+++ b/configure
|
||||||
@@ -238,6 +238,6 @@
|
@@ -237,9 +237,9 @@ while [ $# -ge 1 ]; do
|
||||||
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
- showhelp
|
- showhelp
|
||||||
- exit 1
|
- exit 1
|
||||||
|
- ;;
|
||||||
+# showhelp
|
+# showhelp
|
||||||
+# exit 1
|
+# exit 1
|
||||||
;;
|
+# ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
shift
|
||||||
|
|||||||
@@ -9,4 +9,3 @@
|
|||||||
setMessage(strerror_r(err, _buffer, sizeof(_buffer)));
|
setMessage(strerror_r(err, _buffer, sizeof(_buffer)));
|
||||||
#else
|
#else
|
||||||
setMessage(strerror(err));
|
setMessage(strerror(err));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user