Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (be8e3298fdd0cec1ba6f54c076cfb9abb49346b5)
  • Date: Sat, 21 Nov 2020 18:22:05 +0000

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

net/openntpd/BUILD | 4 ++++
net/openntpd/HISTORY | 3 +++
2 files changed, 7 insertions(+)

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

openntpd: Fix build with binutils 2.35+

diff --git a/net/openntpd/BUILD b/net/openntpd/BUILD
index 63800e9..96497ba 100755
--- a/net/openntpd/BUILD
+++ b/net/openntpd/BUILD
@@ -3,4 +3,8 @@ create_account ntp &&
OPTS="--with-privsep-user=ntp \
$OPTS" &&

+# Allow multiple definitions for ld.bfd, required with binutils 2.35+
+if ! is_version_less $(installed_version binutils) 2.35; then
+ LDFLAGS+=" -Wl,--allow-multiple-definition"
+fi &&
default_build
diff --git a/net/openntpd/HISTORY b/net/openntpd/HISTORY
index 31d85b4..b111c6f 100644
--- a/net/openntpd/HISTORY
+++ b/net/openntpd/HISTORY
@@ -1,3 +1,6 @@
+2020-11-21 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: fixed build with binutils 2.35+
+
2018-05-22 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 6.2p3




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (be8e3298fdd0cec1ba6f54c076cfb9abb49346b5), Ismael Luceno, 11/21/2020

Archive powered by MHonArc 2.6.24.

Top of Page