From owner-cvs-all Thu Aug 2 8:47: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3AF937B403; Thu, 2 Aug 2001 08:47:04 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72Fl4151085; Thu, 2 Aug 2001 08:47:04 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108021547.f72Fl4151085@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 2 Aug 2001 08:47:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib Makefile src/usr.bin Makefile src/usr.sbin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/08/02 08:47:03 PDT Modified files: lib Makefile usr.bin Makefile usr.sbin Makefile Log: Fix a cryptoless world by disconnecting libmp from the build when there is no crypto bits installed and/or NOCRYPTO/NO_OPENSSL is defined. This unfortunately meants that usr.bin/chkey, usr.bin/newkey and usr.sbin/keyserv have also to be disconnected. IMO it is merely a workaround, the proper solution is to move libmp to src/crypto where it belongs and use libgmp for the cryptoless builds instead. Missed by: dd Revision Changes Path 1.125 +6 -2 src/lib/Makefile 1.164 +5 -3 src/usr.bin/Makefile 1.205 +5 -2 src/usr.sbin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message