Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Sep 2022 18:53:41 GMT
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3e4f4430a3d6 - main - net-mgmt/mac-telnet: Override crypto detection with CONFIGURE_ENV
Message-ID:  <202209151853.28FIrfQf021396@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by marcus:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3e4f4430a3d6860140c9034bcf08f9838ecd6c12

commit 3e4f4430a3d6860140c9034bcf08f9838ecd6c12
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2022-09-15 18:53:10 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2022-09-15 18:53:10 +0000

    net-mgmt/mac-telnet: Override crypto detection with CONFIGURE_ENV
---
 net-mgmt/mac-telnet/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-mgmt/mac-telnet/Makefile b/net-mgmt/mac-telnet/Makefile
index cba59af88658..b92beb387b5b 100644
--- a/net-mgmt/mac-telnet/Makefile
+++ b/net-mgmt/mac-telnet/Makefile
@@ -18,5 +18,6 @@ GH_TAGNAME=	42d6271
 
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
+CONFIGURE_ENV+=	CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209151853.28FIrfQf021396>