summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-10-30 19:45:00 +0000
committermarkm <markm@FreeBSD.org>2001-10-30 19:45:00 +0000
commite4bbd42f9ec48888cc690beafc016164d980bdda (patch)
tree7f99147bf5933c8bfdc2fe01aafd83a11f4d2a61 /secure
parentd370854c004d656e285a35ae75d22478e79e7fdb (diff)
downloadFreeBSD-src-e4bbd42f9ec48888cc690beafc016164d980bdda.zip
FreeBSD-src-e4bbd42f9ec48888cc690beafc016164d980bdda.tar.gz
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
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libssh/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 27954cb..f3d32aa 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
OpenPOWER on IntegriCloud