Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9d11900c23a6308fa7890200520b19930dc8c9f7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9d11900c23a6308fa7890200520b19930dc8c9f7)
  • Date: Thu, 3 Mar 2022 21:31:55 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

devel/rust/BUILD | 5 +++++
devel/rust/HISTORY | 3 +++
2 files changed, 8 insertions(+)

New commits:
commit 9d11900c23a6308fa7890200520b19930dc8c9f7
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

devel/rust: added libressl 3.5.x once more

diff --git a/devel/rust/BUILD b/devel/rust/BUILD
index 0182b3e..87b9ad9 100755
--- a/devel/rust/BUILD
+++ b/devel/rust/BUILD
@@ -1,6 +1,11 @@
export CLANG_INSTALL_DIR=/usr &&
CFLAGS="${CFLAGS//-DPIC}" &&
CXXFLAGS="${CXXFLAGS//-DPIC}" &&
+
+# for libressl >= 3.5.x
+CFLAGS+=" -DHAVE_OPAQUE_STRUCTS=1" &&
+CXXFLAGS+=" -DHAVE_OPAQUE_STRUCTS=1" &&
+
# NEVER use the rust in /usr.
# 1. It will be too old in the general case. We'd need to ensure taking
# each release step.
diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index c7e134f..116fc26 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,3 +1,6 @@
+2022-03-03 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: added one more libressl 3.5.x fix
+
2022-02-24 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.59.0
* patches/0001-libressl-3.4.x.patch: updated for libressl 3.5+ as well



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9d11900c23a6308fa7890200520b19930dc8c9f7), Pavel Vinogradov, 03/03/2022

Archive powered by MHonArc 2.6.24.

Top of Page