git: 15027cddc622 - main - multimedia/librist: Enable mbedtls for tests
Yuri Victorovich
yuri at FreeBSD.org
Tue Apr 20 19:28:50 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=15027cddc622b131e287c957d98858c315a55f5d
commit 15027cddc622b131e287c957d98858c315a55f5d
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-04-20 19:28:11 +0000
Commit: Yuri Victorovich <yuri at 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
More information about the dev-commits-ports-all
mailing list