A bug in the configure script made it partly ignore our request of
--disable-thread. Fix this. This closes PR pkg/21553. Bump PKGREVISION.
This commit is contained in:
parent
22392e2f5d
commit
5621d31fc0
3 changed files with 21 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.23 2004/06/08 12:23:59 cjep Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2004/12/31 21:38:52 kristerw Exp $
|
||||
|
||||
DISTNAME= irrd2.1.5
|
||||
PKGNAME= irrd-2.1.5
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.irrd.net/ \
|
||||
ftp://ftp.merit.edu/radb/irrd/ \
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2003/05/10 17:18:09 kim Exp $
|
||||
$NetBSD: distinfo,v 1.5 2004/12/31 21:38:52 kristerw Exp $
|
||||
|
||||
SHA1 (irrd2.1.5.tgz) = eae93456058b5449d1a11ff88f609167a116bac8
|
||||
Size (irrd2.1.5.tgz) = 761652 bytes
|
||||
SHA1 (patch-aa) = e5a3a00c781af7d072de9f43ccf9a6c66c85f65d
|
||||
|
|
17
net/irrd/patches/patch-aa
Normal file
17
net/irrd/patches/patch-aa
Normal file
|
@ -0,0 +1,17 @@
|
|||
$NetBSD: patch-aa,v 1.5 2004/12/31 21:38:52 kristerw Exp $
|
||||
|
||||
--- configure.orig Fri Dec 31 21:48:06 2004
|
||||
+++ configure Fri Dec 31 21:48:59 2004
|
||||
@@ -1036,12 +1036,6 @@
|
||||
disable_thread=yes
|
||||
fi;
|
||||
|
||||
-# Check whether --enable-thread or --disable-thread was given.
|
||||
-if test "${enable_thread+set}" = set; then
|
||||
- enableval="$enable_thread"
|
||||
- disable_thread=no
|
||||
-fi;
|
||||
-
|
||||
# Check whether --enable-wall or --disable-wall was given.
|
||||
if test "${enable_wall+set}" = set; then
|
||||
enableval="$enable_wall"
|
Loading…
Reference in a new issue