diff options
author | Martin Strobel <arctus@crza.de> | 2023-10-29 16:16:57 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-10-30 14:01:45 -0700 |
commit | 19ec30255f1379cb2d25f7ace22523039cc8aa67 (patch) | |
tree | 740b0a7b231f973de6125343d68f832a3f9c7b06 /net/freeradius3 | |
parent | 624fb955619c0b4b368e2ac1880619f159e3b8d6 (diff) |
freeradius3: switch to pcre2
use libpcre2 as dependency for freeradius3-common
because PCRE is EOL with no further updates
Compile & run tested on mediatek mt76 ubnt-ui6-lr-v1 with musl
Signed-off-by: Martin Strobel <arctus@crza.de>
Diffstat (limited to 'net/freeradius3')
-rw-r--r-- | net/freeradius3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/freeradius3/Makefile b/net/freeradius3/Makefile index d908ed815..4a97b8414 100644 --- a/net/freeradius3/Makefile +++ b/net/freeradius3/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freeradius3 PKG_VERSION:=3.0.26 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=freeradius-server-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://github.com/FreeRADIUS/freeradius-server/releases/download/release_$(subst .,_,$(PKG_VERSION))/ @@ -63,7 +63,7 @@ endef define Package/freeradius3-common $(call Package/freeradius3/Default) TITLE:=common files - DEPENDS:=+USE_GLIBC:libpthread +USE_GLIBC:libbsd +FREERADIUS3_OPENSSL:libopenssl +libcap +libpcap +libncurses +libpcre +libreadline +libtalloc +libatomic + DEPENDS:=+USE_GLIBC:libpthread +USE_GLIBC:libbsd +FREERADIUS3_OPENSSL:libopenssl +libcap +libpcap +libncurses +libpcre2 +libreadline +libtalloc +libatomic endef define Package/freeradius3-default |