Date: Wed, 28 Mar 2001 11:19:59 +0900 From: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> To: current@freebsd.org Subject: Re: Can't build current... Message-ID: <20010328111959I.matusita@jp.FreeBSD.org> In-Reply-To: <20010327102055.A15524@xor.obsecurity.org> References: <158278002125.20010327171547@buz.ch> <20010328025515C.matusita@jp.FreeBSD.org> <20010327102055.A15524@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
kris> I believe Mark's intention was to keep crypt-blowfish.c optional for kris> those who don't want to install crypto. Perhaps this is broken. src/lib/libcrypt/Makefile says: # Pull in the crypt-des.c source, assuming it is present. .if exists(${.CURDIR}/../../secure/lib/libcrypt/crypt-des.c) && \ !defined(NOSECURE) && !defined(NOCRYPT) .PATH: ${.CURDIR}/../../secure/lib/libcrypt SRCS+= crypt-des.c crypt-blowfish.c blowfish.c CFLAGS+= -I${.CURDIR} -DHAS_DES -DHAS_BLOWFISH .endif and it seems OK to me. This .if-.endif clause was there since two libcrypt was merged into a single library (Dec/2000). Gabriel, would you please check src/secure/lib/libcrypt/ and what's files are sitting in this directory? -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010328111959I.matusita>