Hi,

I'm trying to troubleshoot following issue

        https://github.com/ansible/pylibssh/issues/645

and I would like to enable debug package in libssh. Below diff is
making it work here.


Index: Makefile
===================================================================
RCS file: /cvs/ports/security/libssh/Makefile,v
diff -u -p -u -r1.35 Makefile
--- Makefile    18 Dec 2023 19:05:47 -0000      1.35
+++ Makefile    5 Nov 2024 18:51:10 -0000
@@ -28,4 +28,6 @@ BUILD_DEPENDS =               devel/cmocka \
 CONFIGURE_ARGS +=      -DUNIT_TESTING=ON \
                        -DWITH_EXAMPLES=OFF
 
+DEBUG_PACKAGES =       ${BUILD_PACKAGES}
+
 .include <bsd.port.mk>

-- 
Regards,
 Mikolaj

Reply via email to