package/postgis: add optional pcre dependency

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Peter Seiderer 2021-04-14 22:10:42 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent b4e7fd305a
commit ee60021d54

View File

@ -35,4 +35,8 @@ else
POSTGIS_CONF_OPTS += --without-json
endif
ifeq ($(BR2_PACKAGE_PCRE),y)
POSTGIS_DEPENDENCIES += pcre
endif
$(eval $(autotools-package))