usbtop: rebuild against boost-1.69.0

This commit is contained in:
John 2018-12-12 12:13:21 +01:00 committed by maxice8
parent 2f4ccefbfc
commit 67fe23aa52
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
--- include/usbtop/usb_stats.h 2017-12-17 22:14:26.000000000 +0100
+++ - 2018-12-18 10:36:55.003948685 +0100
@@ -35,6 +35,7 @@
#include <cstddef>
#include <boost/circular_buffer.hpp>
+#include <boost/noncopyable.hpp>
#include <boost/thread/shared_mutex.hpp>
#define LIVE_SAMPLE_COUNT 128

View file

@ -1,7 +1,7 @@
# Template file for 'usbtop'
pkgname=usbtop
version=0.2
revision=2
revision=3
wrksrc="usbtop-release-${version}"
build_style=cmake
makedepends="boost-devel libpcap-devel"