Browse Source

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>
Peter Seiderer 4 years ago
parent
commit
ee60021d54
1 changed files with 4 additions and 0 deletions
  1. 4 0
      package/postgis/postgis.mk

+ 4 - 0
package/postgis/postgis.mk

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