Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 2021 19:28:49 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 15027cddc622 - main - multimedia/librist: Enable mbedtls for tests
Message-ID:  <202104201928.13KJSnGo025372@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=15027cddc622b131e287c957d98858c315a55f5d

commit 15027cddc622b131e287c957d98858c315a55f5d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-04-20 19:28:11 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-04-20 19:28:47 +0000

    multimedia/librist: Enable mbedtls for tests
---
 multimedia/librist/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multimedia/librist/Makefile b/multimedia/librist/Makefile
index 3a3ef4bf4348..b51845183b19 100644
--- a/multimedia/librist/Makefile
+++ b/multimedia/librist/Makefile
@@ -24,7 +24,7 @@ MESON_ARGS=	-Dtest=false
 do-test:
 	@cd ${WRKSRC} && \
 		${RM} -r _build && \
-		${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtest=true -Duse_mbedtls=false && \
+		${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtest=true && \
 		cd ${BUILD_WRKSRC} && \
 		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} test
 



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