pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/36811: net/irrd fails to build without ipv6 infrastructure
The following reply was made to PR pkg/36811; it has been noted by GNATS.
From: Yakovetsky Vladimir <yx%rtk0.lneuro.x.ua@localhost>
To: gnats-bugs%NetBSD.org@localhost
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
Home |
Main Index |
Thread Index |
Old Index