diff options
author | marino <marino@FreeBSD.org> | 2016-09-11 01:00:02 +0000 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-11 01:00:02 +0000 |
commit | 351c8a4dc0405d1c4c236c683d9fa29a2a1fd389 (patch) | |
tree | f56bb31a57b56c22db9bc6ef65e58990b9c0f4af | |
parent | 5a4f7fa659d0bbf2e983c28c35d3f1a5d4f2bae6 (diff) | |
download | FreeBSD-ports-351c8a4dc0405d1c4c236c683d9fa29a2a1fd389.zip FreeBSD-ports-351c8a4dc0405d1c4c236c683d9fa29a2a1fd389.tar.gz |
net/ssltunnel-server: Add SSL flags
Approved by: SSL blanket
-rw-r--r-- | net/ssltunnel-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ssltunnel-server/Makefile b/net/ssltunnel-server/Makefile index 18eeb8e..0711ba3 100644 --- a/net/ssltunnel-server/Makefile +++ b/net/ssltunnel-server/Makefile @@ -19,11 +19,13 @@ TCPWRAPPERS_DESC= libwrap support TCPWRAPPERS_CONFIGURE_ON= --with-libwrap +USES= ssl USE_RC_SUBR= ${PORTNAME} SUB_FILES+= pkg-message GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-client -USE_OPENSSL= yes +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} post-patch: @${REINPLACE_CMD} -e 's^#include <utmp.h>^/*utmp.h not for FreeBSD*/^' \ |