package/postgis: switch to pcre2

Upstream added additional and optional support for pcre2 in version
3.2.0:
6cf2fba94a
which was added to buildroot in 2021 with commit
5084994d3f.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-04-09 10:43:01 +02:00
committed by Julien Olivain
parent f99d5f46e2
commit 0aa8a91bb8

View File

@@ -33,8 +33,8 @@ else
POSTGIS_CONF_OPTS += --without-raster
endif
ifeq ($(BR2_PACKAGE_PCRE),y)
POSTGIS_DEPENDENCIES += pcre
ifeq ($(BR2_PACKAGE_PCRE2),y)
POSTGIS_DEPENDENCIES += pcre2
endif
ifeq ($(BR2_PACKAGE_PROTOBUF_C),y)