Harald Welte has submitted this change and it was merged. (
https://gerrit.osmocom.org/13080 )
Change subject: debian: Add BuildDepends on libpcap0.8-dev
......................................................................
debian: Add BuildDepends on libpcap0.8-dev
The debian packaging wants to execute "make check" which in turn
wants to build the jitterbuffer tests, which in turn require pcap.h
to be present, which is provided by libpcap0.8-dev.
Closes: OS#3818
Change-Id: Iab471de9fb276a436332241337539eab544f965a
---
M debian/control
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
Harald Welte: Looks good to me, approved
diff --git a/debian/control b/debian/control
index b6bc17d..a9a486d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@
libosmocore-dev,
libosmo-abis-dev,
pkg-config,
+ libpcap0.8-dev,
libsctp-dev,
libortp-dev
Standards-Version: 3.9.6
--
To view, visit https://gerrit.osmocom.org/13080
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iab471de9fb276a436332241337539eab544f965a
Gerrit-Change-Number: 13080
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)