c9468e0bfc
- add patch from FreeBSD port: Only flag the loopback address (127.0.0.1) on loopback interfaces with the noadvice bit. Other IP# numbers are valid and should be advertised.
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
--- src/configs/freebsd.orig Tue Apr 20 18:09:34 1999
|
|
+++ src/configs/freebsd Tue Apr 20 18:13:06 1999
|
|
@@ -1,27 +1,29 @@
|
|
#
|
|
# $Id: patch-aa,v 1.3 1999/04/20 22:26:32 brad Exp $
|
|
-# Configuration for freebsd-2.0 alpha (i386)
|
|
+# Configuration for FreeBSD-3.0 (and hopefully 2.2)
|
|
#
|
|
|
|
bindir /usr/local/bin
|
|
sbindir /usr/local/sbin
|
|
mandir /usr/local/man
|
|
-mantype bsd44
|
|
+mantype bsd42
|
|
|
|
cc cc
|
|
#cflags -g
|
|
-cwflags -W -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow
|
|
-cflags -O
|
|
+cwflags -Wreturn-type -Wpointer-arith -Wwrite-strings -Wswitch
|
|
+cflags -O -g
|
|
|
|
ldflags -lkvm
|
|
|
|
lex lex
|
|
-lflags -p -C -I
|
|
+lflags -p -Cfe
|
|
+
|
|
+yflags -d -v
|
|
|
|
mkdep mkdep -flag -MM
|
|
|
|
-options INCLUDE_UNISTD INCLUDE_PATHS GID_T=int
|
|
-options POSIX_SIGNALS HAVE_WAITPID
|
|
+options INCLUDE_UNISTD INCLUDE_PATHS INCLUDE_IF_NEEDS_TIME GID_T=int
|
|
+options POSIX_SIGNALS HAVE_WAITPID USE_SETSID
|
|
options VARIABLE_MASKS SOCKET_LENGTHS SOCKADDR_DL INCLUDE_IF_DL
|
|
options KRT_RTREAD_KINFO KRT_IFREAD_KINFO KRT_RT_SOCK USE_SYSCTL
|
|
options KRT_LLADDR_NONE KRT_SYMBOLS_SYSCTL KVM_TYPE_BSD44 KSYM_VERSION=VRS_SYM
|
|
@@ -38,4 +40,4 @@
|
|
path_version /var/run/%s.version
|
|
|
|
#protocols bgp egp icmp rip ospf iso slsp isis rdisc
|
|
-protocols icmp rip ospf
|
|
+protocols bgp icmp rip ospf rdisc
|