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: bsiegert
Date: Thu Nov 28 09:25:52 UTC 2019
Modified Files:
pkgsrc/security/libssh: Makefile
Log Message:
libssh: fix build on Solaris.
>From Joern Clausen in PR pkg/54694.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 pkgsrc/security/libssh/Makefile:1.33
--- pkgsrc/security/libssh/Makefile:1.32 Sat Nov 23 08:45:45 2019
+++ pkgsrc/security/libssh/Makefile Thu Nov 28 09:25:52 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2019/11/23 08:45:45 mef Exp $
+# $NetBSD: Makefile,v 1.33 2019/11/28 09:25:52 bsiegert Exp $
#
# history: upstream renamed 0.11 to 0.1.1;
# we have to use the old-style convention so that version compares work.
@@ -25,6 +25,8 @@ CONFIGURE_DIRS= ${WRKDIR}/build
CMAKE_ARG_PATH= ${WRKSRC}
CMAKE_ARGS+= -DUNIT_TESTING=ON
+LDFLAGS.SunOS+= -lnsl -lsocket
+
BUILDLINK_TRANSFORM+= rm:-Werror=strict-overflow
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index