package/sconeserver: re-add dependency to pcre
While pcre was an optional dependency with autoconf [1] upstream removed the HAVE_LIBPCRE defines with the introduction of cmake [2] breaking the build without pcre after buildroot switched to cmake with commit8b42bbf30a
. Fixes: http://autobuild.buildroot.net/results/a15/a15db87c8cec195905b6bcc2cbd3da59ad8aa3b9/ [1]98ec61436c
[2]0cb655721d
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit8539a2075c
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
cb18e7e6f0
commit
3dfd81986e
@ -3,6 +3,7 @@ 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,7 @@ SCONESERVER_LICENSE = GPL-2.0+
|
|||||||
SCONESERVER_LICENSE_FILES = COPYING
|
SCONESERVER_LICENSE_FILES = COPYING
|
||||||
SCONESERVER_DEPENDENCIES = \
|
SCONESERVER_DEPENDENCIES = \
|
||||||
host-pkgconf \
|
host-pkgconf \
|
||||||
$(if $(BR2_PACKAGE_PCRE),pcre) \
|
pcre \
|
||||||
zlib
|
zlib
|
||||||
# disable image as it fails to build with ImageMagick
|
# disable image as it fails to build with ImageMagick
|
||||||
# disable markdown module because its git submodule cmark
|
# disable markdown module because its git submodule cmark
|
||||||
|
Loading…
Reference in New Issue
Block a user