* [Buildroot] [PATCH 1/1] sconeserver: needs zlib
@ 2018-11-18 11:52 Fabrice Fontaine
2018-11-18 17:56 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2018-11-18 11:52 UTC (permalink / raw)
To: buildroot
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>
---
package/sconeserver/Config.in | 1 +
package/sconeserver/sconeserver.mk | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/sconeserver/Config.in b/package/sconeserver/Config.in
index 7027bd9a15..e984801de5 100644
--- a/package/sconeserver/Config.in
+++ b/package/sconeserver/Config.in
@@ -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
diff --git a/package/sconeserver/sconeserver.mk b/package/sconeserver/sconeserver.mk
index 12cadbfd20..c160c8bf7c 100644
--- a/package/sconeserver/sconeserver.mk
+++ b/package/sconeserver/sconeserver.mk
@@ -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
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] sconeserver: needs zlib
2018-11-18 11:52 [Buildroot] [PATCH 1/1] sconeserver: needs zlib Fabrice Fontaine
@ 2018-11-18 17:56 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2018-11-18 17:56 UTC (permalink / raw)
To: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> 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>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-18 17:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-18 11:52 [Buildroot] [PATCH 1/1] sconeserver: needs zlib Fabrice Fontaine
2018-11-18 17:56 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox