Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (d64bc628b5d9f9facc901fd66f69db91348c4950)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (d64bc628b5d9f9facc901fd66f69db91348c4950)
  • Date: Sun, 5 Jan 2025 22:45:15 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

crypto/scrypt/BUILD | 2 ++
crypto/scrypt/HISTORY | 3 +++
2 files changed, 5 insertions(+)

New commits:
commit d64bc628b5d9f9facc901fd66f69db91348c4950
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

scrypt: Fix build without getconf

diff --git a/crypto/scrypt/BUILD b/crypto/scrypt/BUILD
index e08bfc9..1251b9c 100755
--- a/crypto/scrypt/BUILD
+++ b/crypto/scrypt/BUILD
@@ -1,3 +1,5 @@
+# Avoid configure test that depends on getconf
+OPTS+=" POSIX_SH=$INSTALL_ROOT/bin/sh" &&
OPTS="${SCRYPT_OPTS} ${OPTS}" &&

if is_depends_enabled ${SPELL} meson; then
diff --git a/crypto/scrypt/HISTORY b/crypto/scrypt/HISTORY
index e6c82ef..ae83722 100644
--- a/crypto/scrypt/HISTORY
+++ b/crypto/scrypt/HISTORY
@@ -1,3 +1,6 @@
+2025-01-05 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: fixed build without getconf
+
2024-07-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.2



  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (d64bc628b5d9f9facc901fd66f69db91348c4950), Ismael Luceno, 01/05/2025

Archive powered by MHonArc 2.6.24.

Top of Page