mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
slang: dont build with pcre
This commit is contained in:
parent
390bf71be3
commit
c3fb75b45a
@ -8,11 +8,12 @@ PKG_SHA256="f9145054ae131973c61208ea82486d5dd10e3c5cdad23b7c4a0617743c8f5a18"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.jedsoft.org/slang/"
|
||||
PKG_URL="https://www.jedsoft.org/releases/slang/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||
PKG_DEPENDS_TARGET="toolchain pcre"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="A library designed to allow a developer to create robust multi-platform software."
|
||||
PKG_BUILD_FLAGS="-parallel"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--without-onig"
|
||||
PKG_CONFIGURE_OPTS_TARGET="--without-pcre \
|
||||
--without-onig"
|
||||
|
||||
pre_configure_target() {
|
||||
# slang fails to build in subdirs
|
||||
|
Loading…
x
Reference in New Issue
Block a user