mirror of
https://github.com/openwrt/packages.git
synced 2025-12-28 12:10:06 +04:00
Merge pull request #22670 from jefferyto/freeradius3-fix-pcre-openwrt-23.05
[openwrt-23.05] freeradius3: Fix build when pcre is present
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=freeradius3
|
||||
PKG_VERSION:=3.0.26
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
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 +libpcre2 +libreadline +libtalloc +libatomic
|
||||
DEPENDS:=+USE_GLIBC:libpthread +USE_GLIBC:libbsd +FREERADIUS3_OPENSSL:libopenssl +libcap +libpcap +libncurses +libreadline +libtalloc +libatomic
|
||||
endef
|
||||
|
||||
define Package/freeradius3-default
|
||||
@@ -499,6 +499,7 @@ CONFIGURE_ARGS+= \
|
||||
--with-radacctdir=/var/db/radacct \
|
||||
--with-logdir=/var/log \
|
||||
--without-edir \
|
||||
--without-pcre \
|
||||
--without-snmp \
|
||||
--without-rlm_cache \
|
||||
--without-rlm_cache_memcached \
|
||||
|
||||
Reference in New Issue
Block a user