net-snmp: move to PCRE2 library
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 30 Sep 2023 14:09:18 +0000 (16:09 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 8 Oct 2023 09:55:03 +0000 (11:55 +0200)
commitff6db82cba789a9995c8f22b05e646b371769abb
tree57909591b81d554afd6fafdbab0b3a7455233ca0
parentf14b93b394353faa44b01219c64fe8df03adab80
net-snmp: move to PCRE2 library

Add upstream patch adding support for pcre2 and update dependency to
require libpcre2 instead of libpcre.

--with-pcre2-8 is now needed to exclude support for pcre and only
require pcre2 as net-snmp still use and try to use pcre by default.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit daf29ecbb2e17adce7ba9c25759b60c9afff9c01)
net/net-snmp/Makefile
net/net-snmp/patches/200-add-pcre2-support.patch [new file with mode: 0644]
net/net-snmp/patches/201-Run-autoreconf.patch [new file with mode: 0644]
net/net-snmp/patches/202-Improve-pcre2-support.patch [new file with mode: 0644]