swig: enable pcre2 support (refs #20604)
Now since pcre2 provides a host build, let's use it. This is required for e.g. gensio package to provide python bindings. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
parent
55a015a2b4
commit
15af23b011
1 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@ PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
PKG_HOST_ONLY:=1
|
PKG_HOST_ONLY:=1
|
||||||
HOST_BUILD_PARALLEL:=1
|
HOST_BUILD_PARALLEL:=1
|
||||||
|
HOST_BUILD_DEPENDS:=pcre2/host
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
@ -33,7 +34,7 @@ define Package/swig
|
||||||
endef
|
endef
|
||||||
|
|
||||||
HOST_CONFIGURE_ARGS += \
|
HOST_CONFIGURE_ARGS += \
|
||||||
--without-pcre
|
--with-pcre
|
||||||
|
|
||||||
define Package/swig/description
|
define Package/swig/description
|
||||||
tool that generates bindings for various languages
|
tool that generates bindings for various languages
|
||||||
|
|
Loading…
Reference in a new issue