Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (c8e54eb3d5bdee8dd8d0a3c5636acd5a2a28e38c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (c8e54eb3d5bdee8dd8d0a3c5636acd5a2a28e38c)
  • Date: Fri, 31 May 2019 07:23:15 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

crypto/nettle/BUILD | 1 +
crypto/nettle/HISTORY | 4 ++++
2 files changed, 5 insertions(+)

New commits:
commit c8e54eb3d5bdee8dd8d0a3c5636acd5a2a28e38c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nettle: Compile with -std=c99 in CFLAGS

stable-0.62 still has gcc 4.6.4, this allows us to update.

diff --git a/crypto/nettle/BUILD b/crypto/nettle/BUILD
index c665136..0578115 100755
--- a/crypto/nettle/BUILD
+++ b/crypto/nettle/BUILD
@@ -1,3 +1,4 @@
OPTS+=" --libdir=$INSTALL_ROOT/usr/lib" &&
+CFLAGS+=" -std=c99" &&
LDFLAGS+=" -L$INSTALL_ROOT/lib" &&
default_build
diff --git a/crypto/nettle/HISTORY b/crypto/nettle/HISTORY
index 0bbd78e..ac1a9a1 100644
--- a/crypto/nettle/HISTORY
+++ b/crypto/nettle/HISTORY
@@ -1,3 +1,7 @@
+2019-05-30 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Compile with -std=c99 in CFLAGS
+ stable-0.62 still has gcc 4.6.4, this allows us to update.
+
2018-12-20 Treeve Jelbert <treeve AT sourmage.org>
* DETAILS: use GNU_URL




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (c8e54eb3d5bdee8dd8d0a3c5636acd5a2a28e38c), Eric Sandall, 05/31/2019

Archive powered by MHonArc 2.6.24.

Top of Page