sconeserver: needs zlib
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 18 Nov 2018 11:52:34 +0000 (12:52 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 18 Nov 2018 17:54:54 +0000 (18:54 +0100)
Since bump to 6b932d7d8dbb700b830205e7111e469cefff490c and
https://github.com/sconemad/sconeserver/commit/34b01e9d332f912da82ab1c09529a33969ff6ebb,
sconeserver needs zlib so select it

Fixes:
 - http://autobuild.buildroot.org/results/b5e2b8635b37e6f2803a6031b154cf67685a4221

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/sconeserver/Config.in
package/sconeserver/sconeserver.mk

index 7027bd9a15378ed9c3872c827ce5a9ee413ebec6..e984801de582c0bd9577b6a3b98423e3763ee1df 100644 (file)
@@ -4,6 +4,7 @@ menuconfig BR2_PACKAGE_SCONESERVER
        depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
        depends on !BR2_STATIC_LIBS # dlopen()
        select BR2_PACKAGE_PCRE
+       select BR2_PACKAGE_ZLIB
        help
          Sconeserver is a modular, object-orientated and extremely
          versatile network server framework for GNU/Linux and
index 12cadbfd20740685b06c9a023e20bef35a59031d..c160c8bf7c2f4c7da664c41ba74352cd4be1d1ac 100644 (file)
@@ -10,7 +10,7 @@ SCONESERVER_LICENSE = GPL-2.0+
 SCONESERVER_LICENSE_FILES = COPYING
 # fetching from Git, we need to generate the configure script
 SCONESERVER_AUTORECONF = YES
-SCONESERVER_DEPENDENCIES = host-pkgconf pcre
+SCONESERVER_DEPENDENCIES = host-pkgconf pcre zlib
 # disable markdown module because its git submodule cmark
 # https://github.com/sconemad/sconeserver/tree/master/markdown
 # has no cross-compile support provided by the sconeserver build system