diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-02-14 15:25:22 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-03-07 15:46:06 +0100 |
commit | ff2b8be09ec68755ce3fd196b21474c1abe38db0 (patch) | |
tree | 2cf75556b89c3e17d780f3681c980c0ab1063ad9 /conf.d/packaging/deb/debian.control | |
parent | f47f9d84730e2bfe7b1dc465d14b09db34dc3076 (diff) |
Upgrade dependency to libmicrohttpd version 0.9.60
The version of libmicrohttpd required is 0.9.60
at least.
Change-Id: Ia0784f5433d63d4de50654dd7577a8767578c069
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf.d/packaging/deb/debian.control')
-rw-r--r-- | conf.d/packaging/deb/debian.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/packaging/deb/debian.control b/conf.d/packaging/deb/debian.control index 6978865e..45e98277 100644 --- a/conf.d/packaging/deb/debian.control +++ b/conf.d/packaging/deb/debian.control @@ -2,7 +2,7 @@ Priority: optional Maintainer: unknown <unknown@debian.org> Source: agl-app-framework-binder Build-Depends: debhelper (>= 5),pkg-config, - libmicrohttpd-dev (>= 0.9.55), + libmicrohttpd-dev (>= 0.9.60), cmake, libsystemd-dev (>= 222), libssl-dev, |