mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
sconeserver: needs zlib
Since bump to 6b932d7d8dbb700b830205e7111e469cefff490c and
34b01e9d33
,
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>
This commit is contained in:
parent
0b95043495
commit
a18eb7f785
@ -4,6 +4,7 @@ menuconfig BR2_PACKAGE_SCONESERVER
|
|||||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||||
depends on !BR2_STATIC_LIBS # dlopen()
|
depends on !BR2_STATIC_LIBS # dlopen()
|
||||||
select BR2_PACKAGE_PCRE
|
select BR2_PACKAGE_PCRE
|
||||||
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
Sconeserver is a modular, object-orientated and extremely
|
Sconeserver is a modular, object-orientated and extremely
|
||||||
versatile network server framework for GNU/Linux and
|
versatile network server framework for GNU/Linux and
|
||||||
|
@ -10,7 +10,7 @@ SCONESERVER_LICENSE = GPL-2.0+
|
|||||||
SCONESERVER_LICENSE_FILES = COPYING
|
SCONESERVER_LICENSE_FILES = COPYING
|
||||||
# fetching from Git, we need to generate the configure script
|
# fetching from Git, we need to generate the configure script
|
||||||
SCONESERVER_AUTORECONF = YES
|
SCONESERVER_AUTORECONF = YES
|
||||||
SCONESERVER_DEPENDENCIES = host-pkgconf pcre
|
SCONESERVER_DEPENDENCIES = host-pkgconf pcre zlib
|
||||||
# disable markdown module because its git submodule cmark
|
# disable markdown module because its git submodule cmark
|
||||||
# https://github.com/sconemad/sconeserver/tree/master/markdown
|
# https://github.com/sconemad/sconeserver/tree/master/markdown
|
||||||
# has no cross-compile support provided by the sconeserver build system
|
# has no cross-compile support provided by the sconeserver build system
|
||||||
|
Loading…
x
Reference in New Issue
Block a user