We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137af37 commit fedcb7cCopy full SHA for fedcb7c
2 files changed
debian/patches/series
@@ -0,0 +1 @@
1
+use-header-from-system-path.patch
debian/patches/use-header-from-system-path.patch
@@ -0,0 +1,21 @@
+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