Fix incorrect DEB package build dep. (#16483)
Austin S. Hemmelgarn committed
Nov 27, 2023 at 13:38 UTC
c8c25a35cd1b668ac8fb6b654bd370c1aef17477
1 file changed
+1
-1
contrib/debian/control
+1
-1
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 9.20160709),
16
libipmimonitoring-dev,
17
libnetfilter-acct-dev,
18
libsnappy-dev,
19
- libpcre2-8-0,
19
+ libpcre2-dev,
20
libprotobuf-dev,
21
libprotoc-dev,
22
libsystemd-dev,