package.mk/recipes/pcre/Makefile

15 lines
300 B
Makefile
Raw Permalink Normal View History

2021-03-27 23:53:32 +01:00
name = pcre
version = 8.44
URL = https://ftp.pcre.org/pub/pcre/pcre-$(version).tar.gz
CONFIGURE_OPTIONS_USER = --enable-utf8 \
--enable-unicode-properties \
--enable-pcre8 \
--enable-pcre16 \
--enable-pcre32 \
--with-match-limit-recursion=8192
SYSCONF ?= ../../
include $(SYSCONF)/package.mk