Skip to Content.
Sympa Menu

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

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 (23e1e22f79ae1bb36a1d54f8f185484b1773a954)
  • Date: Mon, 11 Mar 2019 23:56:49 +0000

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

utils/coreutils/BUILD | 2 ++
utils/coreutils/HISTORY | 5 ++++-
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 23e1e22f79ae1bb36a1d54f8f185484b1773a954
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

utils/coreutils: allowed multiple definitions at linking

diff --git a/utils/coreutils/BUILD b/utils/coreutils/BUILD
index ef50620..a46fee3 100755
--- a/utils/coreutils/BUILD
+++ b/utils/coreutils/BUILD
@@ -1,3 +1,5 @@
+LDFLAGS+=" -z muldefs" &&
+
FORCE_UNSAFE_CONFIGURE=1 ./configure \
--build=$BUILD \
--bindir=${TRACK_ROOT}/bin \
diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index 071b9f5..2ff7a79 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,3 +1,6 @@
+2019-03-11 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: allowed multiple definitions at linking
+
2019-03-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 8.31

@@ -5,7 +8,7 @@
* BUILD: remove make_single

2019-01-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: delete gnupg
+ * DEPENDS: delete gnupg

2018-07-02 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.30



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (23e1e22f79ae1bb36a1d54f8f185484b1773a954), Pavel Vinogradov, 03/11/2019

Archive powered by MHonArc 2.6.24.

Top of Page