pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/libssh
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Jan 10 11:33:08 UTC 2025
Modified Files:
pkgsrc/security/libssh: Makefile
Log Message:
libssh: SunOS needs _POSIX_PTHREAD_SEMANTICS.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/security/libssh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/libssh/Makefile
diff -u pkgsrc/security/libssh/Makefile:1.51 pkgsrc/security/libssh/Makefile:1.52
--- pkgsrc/security/libssh/Makefile:1.51 Fri Dec 27 11:15:39 2024
+++ pkgsrc/security/libssh/Makefile Fri Jan 10 11:33:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2024/12/27 11:15:39 adam Exp $
+# $NetBSD: Makefile,v 1.52 2025/01/10 11:33:07 jperkin Exp $
#
# history: upstream renamed 0.11 to 0.1.1;
# we have to use the old-style convention so that version compares work.
@@ -22,6 +22,7 @@ TEST_TARGET= test
CMAKE_CONFIGURE_ARGS+= -DUNIT_TESTING=ON
CMAKE_CONFIGURE_ARGS+= -DWITH_EXAMPLES=OFF
+CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
LDFLAGS.SunOS+= -lnsl -lsocket
BUILDLINK_TRANSFORM+= rm:-Werror=strict-overflow
Home |
Main Index |
Thread Index |
Old Index