Browse Source

freeradius3: Fix the libpcre dependency in Makefile.

Signed-off-by: Robby K <robbyke@gmail.com>
lilik-openwrt-22.03
Robby K 6 years ago
parent
commit
7b122f6eeb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/freeradius3/Makefile

+ 1
- 1
net/freeradius3/Makefile View File

@ -54,7 +54,7 @@ endef
define Package/freeradius3-common
$(call Package/freeradius3/Default)
TITLE:=common files
DEPENDS:=+USE_GLIBC:libpthread +FREERADIUS3_OPENSSL:libopenssl +libcap +libpcap +libncurses +PACKAGE_libpcre:libpcre +libreadline +libtalloc +libatomic
DEPENDS:=+USE_GLIBC:libpthread +FREERADIUS3_OPENSSL:libopenssl +libcap +libpcap +libncurses +libpcre +libreadline +libtalloc +libatomic
endef
define Package/freeradius3-default


Loading…
Cancel
Save