need to build bind w/ crypto support.
Peter Avalos
pavalos at theshell.com
Fri Dec 19 13:55:42 PST 2008
On Fri, Dec 19, 2008 at 01:53:26PM -0600, Jeremy C. Reed wrote:
> On Mon, 13 Oct 2008, Jeremy C. Reed wrote:
>
> > Date: Mon, 13 Oct 2008 13:56:58 -0500 (CDT)
> > From: Jeremy C. Reed <reed at reedmedia.net>
> > To: kernel at crater.dragonflybsd.org
> > Subject: Re: need to build bind w/ crypto support.
> >
> > Please test this or provide your comments:
> >
> > Index: lib/libbind/Makefile
> > ===================================================================
> > RCS file: /cvs/src/lib/libbind/Makefile,v
> > retrieving revision 1.10
> > diff -u -r1.10 Makefile
> > --- lib/libbind/Makefile 15 Feb 2007 20:28:49 -0000 1.10
> > +++ lib/libbind/Makefile 13 Oct 2008 17:40:03 -0000
> > @@ -50,6 +50,9 @@
> > .PATH: ${BIND_DIR}/lib/bind/dst
> > CFLAGS+=-DHMAC_MD5 -DUSE_MD5
> > SRCS+= dst_api.c hmac_link.c md5_dgst.c support.c
> > +CFLAGS+=-DOPENSSL
> > +DPADD+= ${LIBCRYPTO}
> > +LDADD+= -lcrypto
> >
> > .PATH: ${BIND_DIR}/lib/bind/isc
> > SRCS+= assertions.c base64.c bitncmp.c ctl_clnt.c \
>
>
> Anyone have comments on this?
>
> This is in my src that I moved away when I checked out new src using git.
>
What about someone with NO_CRYPT or NO_OPENSSL in their make.conf?
--Peter
Attachment:
pgp00000.pgp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgp00000.pgp
Type: application/octet-stream
Size: 197 bytes
Desc: "Description: PGP signature"
URL: <http://lists.dragonflybsd.org/pipermail/kernel/attachments/20081219/26f39056/attachment-0020.obj>
More information about the Kernel
mailing list