Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Aug 2001 08:47:03 -0700 (PDT)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib Makefile src/usr.bin Makefile src/usr.sbin Makefile
Message-ID:  <200108021547.f72Fl4151085@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108021547.f72Fl4151085>