pcre: drop package
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 28 Apr 2024 20:32:47 +0000 (22:32 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sat, 11 May 2024 18:58:08 +0000 (20:58 +0200)
commit38d5b8b3444ab83348a35adec145443d755aae45
treeb890be9d75ea0ebf6f8578b0e28673897c6bff56
parent356f8347de53e92a0026ee2671708c4b1903461a
pcre: drop package

This package is no longer actively maintained as it reached
End-of-Life. [1] All new projects should use PCRE2.

OpenWrt wants to be minimalistic and we migrated many packages
from PCRE to PCRE2 huge thanks belong to @Ansuel (Christian Marangi),
who worked with several open-source projects to migrate it to PCRE2 [2].
This means that on routers, we don't need to have installed two libraries
(pcre and pcre2) side by side.

[1] https://www.pcre.org/
[2] https://github.com/openwrt/packages/issues/22006

Fixes: https://github.com/openwrt/packages/issues/22006
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
libs/pcre/Config.in [deleted file]
libs/pcre/Makefile [deleted file]