Remove -static; it was a failed experiment that got committed by accident.
This commit is contained in:
parent
522a35959a
commit
329a9a116e
@ -5,8 +5,11 @@ SRCS= sftp-server.c sftp-common.c sftp-server-main.c
|
||||
MAN= sftp-server.8
|
||||
CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
|
||||
|
||||
# required when linking with a dynamic libssh
|
||||
SRCS+= roaming_dummy.c
|
||||
|
||||
DPADD= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ}
|
||||
LDADD= -lcrypt -lcrypto -lz -static -lssh
|
||||
LDADD= -lcrypt -lcrypto -lz -lssh
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user