Skip to content

Commit fedcb7c

Browse files
committed
build without bundled yascreen
1 parent 137af37 commit fedcb7c

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

debian/patches/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use-header-from-system-path.patch
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Description: Use yascreen.h from system instead of local version
2+
Original package includes copy from yascreen library that is packaged
3+
separately.
4+
.
5+
bpfmon (2.46-1) unstable; urgency=medium
6+
.
7+
Author: Boian Bonev <bbonev@ipacct.com>
8+
Forwarded: not-needed
9+
Last-Update: 2020-09-09
10+
11+
--- bpfmon-2.46.orig/Makefile
12+
+++ bpfmon-2.46/Makefile
13+
@@ -40,7 +40,7 @@ MYLDFLAGS=$(LDFLAGS)
14+
15+
STRIP?=strip
16+
17+
-bpfmon.o: bpfmon.c yascreen.h
18+
+bpfmon.o: bpfmon.c
19+
$(CC) $(MYCFLAGS) -c bpfmon.c -o bpfmon.o
20+
21+
yascreen.o: yascreen.c yascreen.h

0 commit comments

Comments
 (0)