Subject: Re: pkg/36811: net/irrd fails to build without ipv6 infrastructure
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Yakovetsky Vladimir <yx@rtk0.lneuro.x.ua>
List: pkgsrc-bugs
Date: 08/21/2007 11:20:02
The following reply was made to PR pkg/36811; it has been noted by GNATS.

From: Yakovetsky Vladimir <yx@rtk0.lneuro.x.ua>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/36811: net/irrd fails to build without ipv6 infrastructure
Date: Tue, 21 Aug 2007 14:15:22 +0300 (EEST)

 >> Description:
 >	net/irrd problems:
 >	- fails to build without ipv6 infrastructure.
 >	- partial threads preconfiguring.
 ...
 >> Fix:
 >	summary: `inet6' and `threads' preconfiguring.
 >	- mk/defaults/options.description and net/irrd/Makefile - diffs
 >	- net/irrd/options.mk, net/irrd/patches/patch-ad
 >	  and net/irrd/patches/patch-ae - new files
 
 	+ correct typo in net/irrd/patches/patch-aa:72:
 
 --- net/irrd/patches/patch-aa.~1~
 +++ net/irrd/patches/patch-aa
 @@ -70,7 +70,7 @@
              CPPFLAGS="$CPPFLAGS -taso -pthread"
           fi
  -        if test "$disable_thread" != yes; then
 -+        if test "$enable_thead" = yes; then
 ++        if test "$enable_thread" = yes; then
   		LDFLAGS="$LDFLAGS -lc_r"
                   THREAD_CFLAGS="-D_THREAD_SAFE"
   	fi
 
 -- 
 Yakovetsky Vladimir