pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/sshping



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 27 14:04:30 UTC 2025

Modified Files:
        pkgsrc/net/sshping: Makefile

Log Message:
sshping: fix build on NetBSD


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/sshping/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/sshping/Makefile
diff -u pkgsrc/net/sshping/Makefile:1.4 pkgsrc/net/sshping/Makefile:1.5
--- pkgsrc/net/sshping/Makefile:1.4     Tue Oct 24 22:10:34 2023
+++ pkgsrc/net/sshping/Makefile Mon Jan 27 14:04:30 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/10/24 22:10:34 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/01/27 14:04:30 wiz Exp $
 
 DISTNAME=      sshping-0.1.4
 PKGREVISION=   1
@@ -15,6 +15,8 @@ USE_TOOLS=    pod2man
 
 USE_LANGUAGES= c c++
 
+LDFLAGS.NetBSD+=       -pthread
+
 .include "../../devel/cmake/build.mk"
 .include "../../security/libssh/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index