Merge pull request #8299 from heitbaum/slang

slang: dont build with pcre
This commit is contained in:
Christian Hewitt 2023-11-07 13:04:23 +04:00 committed by GitHub
commit f1a7cc4882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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