mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/sconeserver: pcre is optional, not mandatory
pcre is optional not mandatory since98ec61436cSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit754633fe8c) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e0283c4978
commit
b455a46c03
@@ -3,7 +3,6 @@ menuconfig BR2_PACKAGE_SCONESERVER
|
|||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
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_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
Sconeserver is a modular, object-orientated and extremely
|
Sconeserver is a modular, object-orientated and extremely
|
||||||
|
|||||||
@@ -10,7 +10,10 @@ 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 zlib
|
SCONESERVER_DEPENDENCIES = \
|
||||||
|
host-pkgconf \
|
||||||
|
$(if $(BR2_PACKAGE_PCRE),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
|
||||||
|
|||||||
Reference in New Issue
Block a user