Fix: build against SSL from ports and connection problem with TLS 1.3

PR:		236697
Submitted by:	gahr
This commit is contained in:
Olivier Cochard 2019-03-21 15:05:14 +00:00
parent a8d7d30091
commit 169ef8fcfa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496469

View file

@ -4,7 +4,7 @@
PORTNAME= shellinabox
PORTVERSION= 2.20
DISTVERSIONPREFIX= v
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www
MAINTAINER= olivier@FreeBSD.org
@ -12,7 +12,7 @@ COMMENT= Publish command line shell through AJAX interface
LICENSE= GPLv2
USES= autoreconf libtool
USES= autoreconf libtool ssl
OPTIONS_DEFINE= CORES NOLOGIN
CORES_DESC= Patch shellinaboxd to enable core dumps
@ -30,6 +30,9 @@ PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
SUB_FILES= pkg-deinstall
SUB_LIST= USERS=${USERS} GROUPS=${GROUPS}
CONFIGURE_ARGS= --disable-runtime-loading --disable-pam \
CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
NOLOGIN_CONFIGURE_ON= --disable-login
.include <bsd.port.options.mk>