Skip to content

Commit

Permalink
stop linking getaddrinfo.c to use libc's getaddrinfo()
Browse files Browse the repository at this point in the history
(this is a temporary workaround to fix an getaddrinfo() failure)
  • Loading branch information
suz committed Nov 25, 2004
1 parent 3cd3e80 commit 60e8857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion freebsd5/lib/libinet6/Makefile
Expand Up @@ -10,7 +10,8 @@ CFLAGS+=-DINET6 -DUSE_GETIPNODEBY -DHAVE_SOCKADDR_SA_LEN \
-DHAVE_IF_NAMEINDEX -DFILTER_V4MAPPED -DHAVE_SOCKLEN_T
CFLAGS+=-DMIP6

SRCS= getaddrinfo.c getnameinfo.c vars.c rresvport_af.c rcmd.c
#SRCS= getaddrinfo.c
SRCS= getnameinfo.c vars.c rresvport_af.c rcmd.c
SRCS+= if_indextoname.c if_nameindex.c if_nametoindex.c
SRCS+= rthdr.c ip6opt.c
SRCS+= name6.c
Expand Down

0 comments on commit 60e8857

Please sign in to comment.