pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cmake/patches
Module Name: pkgsrc
Committed By: adam
Date: Wed Mar 31 07:44:29 UTC 2021
Added Files:
pkgsrc/devel/cmake/patches: patch-bootstrap
Log Message:
cmake: add patch
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.5 pkgsrc/devel/cmake/patches/patch-bootstrap
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/cmake/patches/patch-bootstrap
diff -u /dev/null pkgsrc/devel/cmake/patches/patch-bootstrap:1.5
--- /dev/null Wed Mar 31 07:44:29 2021
+++ pkgsrc/devel/cmake/patches/patch-bootstrap Wed Mar 31 07:44:29 2021
@@ -0,0 +1,15 @@
+$NetBSD: patch-bootstrap,v 1.5 2021/03/31 07:44:29 adam Exp $
+
+librhash requires -lcrypto when statically linked.
+
+--- bootstrap.orig 2021-03-30 09:45:30.000000000 +0000
++++ bootstrap
+@@ -1708,7 +1708,7 @@ if test "x${bootstrap_system_librhash}"
+ cmake_c_flags="${cmake_c_flags} ${use_librhash_flags}"
+ cmake_cxx_flags="${cmake_cxx_flags} ${use_librhash_flags}"
+ fi
+- libs="${libs} -lrhash"
++ libs="${libs} -lrhash -lcrypto"
+ fi
+
+ if test "${cmake_bootstrap_generator}" = "Ninja"; then
Home |
Main Index |
Thread Index |
Old Index