File: 03-IPv6

package info (click to toggle)
nuttcp 6.1.2-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 744 kB
  • ctags: 892
  • sloc: ansic: 6,408; makefile: 88
file content (14 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Make nuttcp build with IPv6 support.

Author: Chris Taylor <ctaylor@debian.org> 
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ OPT = -g -O2
 CFLAGS = $(OPT) $(NOIPV6)
 LIBS = 
 ifneq ($(NOIPV6),)
-APPEXTV6=-noipv6
+APPEXTV6=
 endif
 APPEXT = $(APPEXTV6)