From fa293fd48d02f302cab8697b5118e65d5e130222 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Tue, 30 Oct 2001 19:45:00 +0000 Subject: [PATCH] Install libssh and libssh_pic. These are needed when building statically, and when building things (like login(8)) standalone. libssh_pic is needed for libpam and modules. Requested by: peter --- secure/lib/libssh/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 27954cb02a0c..f3d32aa993a5 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -10,10 +10,7 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ cli.c rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \ version.c - -NOPIC= yes -INTERNALLIB= yes -INTERNALSTATICLIB= yes +INSTALL_PIC_ARCHIVE= yes .if defined(COMPAT_GETADDRINFO) SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c