Skip to content

Commit

Permalink
security/wolfssh: Fix make test
Browse files Browse the repository at this point in the history
Reported by:	diizzy
  • Loading branch information
sunpoet committed Mar 31, 2024
1 parent 55e3479 commit 5e391da
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions security/wolfssh/Makefile
Expand Up @@ -11,10 +11,11 @@ WWW= https://www.wolfssl.com/products/wolfssh/ \
LICENSE= GPLv3

LIB_DEPENDS= libwolfssl.so:security/wolfssl
TEST_DEPENDS= bash:shells/bash

USES= libtool localbase
USES= libtool localbase shebangfix

CONFIGURE_ARGS= --disable-examples \
CONFIGURE_ARGS= --enable-examples \
--enable-fwd \
--enable-keygen \
--enable-scp \
Expand All @@ -27,4 +28,6 @@ INSTALL_TARGET= install-strip
TEST_TARGET= check
USE_LDCONFIG= yes

SHEBANG_FILES= scripts/get-put.test

.include <bsd.port.mk>

0 comments on commit 5e391da

Please sign in to comment.