mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge pull request #8299 from heitbaum/slang
slang: dont build with pcre
This commit is contained in:
commit
f1a7cc4882
@ -8,11 +8,12 @@ PKG_SHA256="f9145054ae131973c61208ea82486d5dd10e3c5cdad23b7c4a0617743c8f5a18"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.jedsoft.org/slang/"
|
PKG_SITE="http://www.jedsoft.org/slang/"
|
||||||
PKG_URL="https://www.jedsoft.org/releases/slang/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
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_LONGDESC="A library designed to allow a developer to create robust multi-platform software."
|
||||||
PKG_BUILD_FLAGS="-parallel"
|
PKG_BUILD_FLAGS="-parallel"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--without-onig"
|
PKG_CONFIGURE_OPTS_TARGET="--without-pcre \
|
||||||
|
--without-onig"
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
# slang fails to build in subdirs
|
# slang fails to build in subdirs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user