blob: 6f8cd5b80822d115a6889b8cda5de1b9f923653d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-aj,v 1.1 2006/06/01 22:40:19 joerg Exp $
--- src/configs/dragonfly.orig 2004-07-10 22:21:01.000000000 +0200
+++ src/configs/dragonfly
@@ -11,8 +11,8 @@ mantype bsd42
cc cc
#cflags -g
-cwflags -W -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow
-cflags -O -g
+#cwflags -W -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow
+cflags -O -g -DUSE_MMAP
ldflags -lkvm
@@ -40,4 +40,4 @@ path_pid /var/run/%s.pid
path_version /var/run/%s.version
path_unix /netbsd
-protocols bgp egp hello icmp rip ospf iso slsp isis rdisc
+protocols bgp egp icmp rip ospf slsp rdisc
|