Merge pull request #379 from robho/yate_internal_regexps

yate: Revert to internal regex implementation
This commit is contained in:
Jiri Slachta 2018-10-09 08:19:31 +02:00 committed by GitHub
commit 2cd85061bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=yate
PKG_VERSION:=6.1.0-1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://yate.null.ro/tarballs/yate6/
@ -125,6 +125,10 @@ CONFIGURE_ARGS+= \
--without-doxygen \
--without-kdoc
# The regexp implementation of musl 1.1.19 is not fully compatible with yate
CONFIGURE_ARGS+= \
--enable-internalregex
ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-isaccodec),)
CONFIGURE_ARGS+=$(if $(CONFIG_SOFT_FLOAT),--disable-isac-float --enable-isac-fixed,--disable-isac-fixed --enable-isac-float)
else