mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/postgis: switch to pcre2
Upstream added additional and optional support for pcre2 in version 3.2.0:6cf2fba94awhich was added to buildroot in 2021 with commit5084994d3f. 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:
committed by
Julien Olivain
parent
f99d5f46e2
commit
0aa8a91bb8
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user