index
:
openwrt-packages.git
Community maintained packages for OpenWrt
log msg
author
committer
range
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
about
summary
refs
log
tree
commit
diff
path:
root
/
libs
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Toni Uhlig <matzeton@googlemail.com>
2022-06-04 13:20:16 +0200
committer
Rosen Penev <rosenp@gmail.com>
2022-06-04 10:28:00 -0700
commit
ffc2bf6c9d0ce284edd621ac3aeb1938d80a0c27
(
patch
)
tree
561064d2a1c09774c6982bfdbd4b04efb443b918
/
libs
parent
b3bd24f1afde9c1071b253959061ce4adc259d41
(
diff
)
libndpi: fix pcre2 dependency name
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat
(limited to 'libs')
-rw-r--r--
libs/libndpi/Makefile
2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libndpi/Makefile b/libs/libndpi/Makefile
index 1a36812b0..558099a87 100644
--- a/
libs/libndpi/Makefile
+++ b/
libs/libndpi/Makefile
@@ -44,7 +44,7 @@ define Package/libndpi
CATEGORY:=Libraries
TITLE:=Library for deep-packet inspection
URL:=https://github.com/ntop/nDPI
- DEPENDS:=+LIBNDPI_GCRYPT:libgcrypt +LIBNDPI_PCRE2:pcre2 +LIBNDPI_MAXMINDDB:libmaxminddb +libpcap +libjson-c
+ DEPENDS:=+LIBNDPI_GCRYPT:libgcrypt +LIBNDPI_PCRE2:libpcre2 +LIBNDPI_MAXMINDDB:libmaxminddb +libpcap +libjson-c
endef
define Package/libndpi/description