File: 03-IPv6

package info (click to toggle)
nuttcp 8.2.2.rpm-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,124 kB
  • sloc: ansic: 9,251; makefile: 89
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)