summaryrefslogtreecommitdiffstats
path: root/debian/patches/013-delete-service.patch
blob: e69f8c6318d932b4bde25c54a31b33bc8c037b0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: delete unused service.[ch] files with restrictive license
 include/service.h and src/service.c files are copyrighted by Microsoft
 with just a 'All Rights Reserved' message as license. Supposedly iperf
 is distributed under NCSA license, but licensing information in this
 file should be changed. In the meantime, and as these files are only used
 for compiling the windows iperf binary, I'm deleting them from the Debian
 version.
Forwarded: not-needed
Author: Roberto Lumbreras <rover@debian.org>

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -42,7 +42,6 @@
 		gnu_getopt_long.c \
 	        histogram.c \
 		main.cpp \
-		service.c \
 		socket_io.c \
 		stdio.c \
 		packet_ring.c \