Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Aug 2003 00:45:03 -0700 (PDT)
From:      Gordon Tetlow <gordon@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/secure/libexec/sftp-server Makefilesrc/secure/usr.bin/scp Makefile src/secure/usr.bin/sftp Makefile src/secure/usr.bin/ssh-add Makefile src/secure/usr.bin/ssh-agent Makefile src/secure/usr.bin/ssh-keygen Makefile
Message-ID:  <200308190745.h7J7j3g2075709@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gordon      2003/08/19 00:45:03 PDT

  FreeBSD src repository

  Modified files:
    secure/libexec/sftp-server Makefile 
    secure/usr.bin/scp   Makefile 
    secure/usr.bin/sftp  Makefile 
    secure/usr.bin/ssh-add Makefile 
    secure/usr.bin/ssh-agent Makefile 
    secure/usr.bin/ssh-keygen Makefile 
  Log:
  Explicitly add libz and libcrypto to LDADD for any ssh utilities missing
  it. While not strictly required, it unbreaks the cross-build world that
  is resulting from moving the libraries around.
  
  I have a more permanent solution to this problem in the works, but I
  asked des for permission to commit this to get the ball rolling. This
  also makes the ssh build more along the lines of what the openssh-portable
  and OpenBSD openssh Makefile glue does.
  
  Reviewed by:    des
  
  Revision  Changes    Path
  1.8       +2 -2      src/secure/libexec/sftp-server/Makefile
  1.11      +2 -2      src/secure/usr.bin/scp/Makefile
  1.7       +2 -2      src/secure/usr.bin/sftp/Makefile
  1.11      +2 -2      src/secure/usr.bin/ssh-add/Makefile
  1.11      +2 -2      src/secure/usr.bin/ssh-agent/Makefile
  1.12      +2 -2      src/secure/usr.bin/ssh-keygen/Makefile



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