libbind from BIND 9.3.2
This commit is contained in:
parent
5fbfac4225
commit
12cf487930
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2006/01/03 17:16:18 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2006/11/22 09:46:28 jakob Exp $
|
||||
|
||||
COMMENT= "BIND 8 compatible stub resolver library"
|
||||
|
||||
VERSION= 9.2.3
|
||||
VERSION= 9.3.2
|
||||
DISTNAME= bind-${VERSION}
|
||||
PKGNAME= libbind-${VERSION}p1
|
||||
PKGNAME= libbind-${VERSION}
|
||||
SHARED_LIBS= bind 2.0
|
||||
CATEGORIES= net
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (bind-9.2.3.tar.gz) = 94ae7b0f20dc406fdbbf6fac5d57b32f
|
||||
RMD160 (bind-9.2.3.tar.gz) = 97f16992a188c7e5554a6a1c5c37b1b358d22850
|
||||
SHA1 (bind-9.2.3.tar.gz) = 670edd74685a1e7a784fae8532f6b79444bba5a6
|
||||
SIZE (bind-9.2.3.tar.gz) = 4553260
|
||||
MD5 (bind-9.3.2.tar.gz) = 55e709501a7780233c36e25ccd15ece2
|
||||
RMD160 (bind-9.3.2.tar.gz) = c825b6308eb374e9bcf9b6ccc48f65d8753c0a6d
|
||||
SHA1 (bind-9.3.2.tar.gz) = 13efeaf496ed110980088fb5cbe22460f04a0fac
|
||||
SIZE (bind-9.3.2.tar.gz) = 5302112
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-lib_bind_make_rules_in,v 1.1 2006/01/03 17:16:18 steven Exp $
|
||||
--- lib/bind/make/rules.in.orig Tue Jan 3 18:00:30 2006
|
||||
+++ lib/bind/make/rules.in Tue Jan 3 18:00:50 2006
|
||||
@@ -115,7 +115,7 @@ ALL_CFLAGS = ${EXT_CFLAGS} ${CFLAGS} \
|
||||
${ALWAYS_WARNINGS} ${STD_CWARNINGS} ${CWARNINGS}
|
||||
|
||||
.c.@O@:
|
||||
- ${LIBTOOL} ${CC} ${ALL_CFLAGS} -c $<
|
||||
+ ${LIBTOOL} --mode=compile ${CC} ${ALL_CFLAGS} -c $<
|
||||
|
||||
SHELL = @SHELL@
|
||||
LIBTOOL = @LIBTOOL@
|
Loading…
x
Reference in New Issue
Block a user