Skip to Content.
Sympa Menu

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

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 (c8e5cb686df950979278a11c6b7055bf6fee40b8)
  • Date: Sat, 18 Mar 2023 21:52:49 +0000

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

net/tcp_wrappers/BUILD | 4 +++-
net/tcp_wrappers/HISTORY | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)

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

tcp_wrappers: Use make_single during BUILD, fails with parallel make

diff --git a/net/tcp_wrappers/BUILD b/net/tcp_wrappers/BUILD
index 83b757b..11572bd 100755
--- a/net/tcp_wrappers/BUILD
+++ b/net/tcp_wrappers/BUILD
@@ -9,4 +9,6 @@ fi &&

# tcp_wrappers-7.6-shared_lib_plus_plus-1.patch changes "-O" to "-O2"
sedit 's/= -O2/= '"$CFLAGS"'/' Makefile &&
-make REAL_DAEMON_DIR=${INSTALL_ROOT}/usr/sbin STYLE=-DPROCESS_OPTIONS linux
+make_single &&
+make REAL_DAEMON_DIR=${INSTALL_ROOT}/usr/sbin STYLE=-DPROCESS_OPTIONS linux
&&
+make_normal
diff --git a/net/tcp_wrappers/HISTORY b/net/tcp_wrappers/HISTORY
index cf0f2d9..9531532 100644
--- a/net/tcp_wrappers/HISTORY
+++ b/net/tcp_wrappers/HISTORY
@@ -1,3 +1,6 @@
+2023-03-18 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Use make_single, fails with parallel make
+
2020-08-30 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++ for shared library
* PRE_BUILD: Added, apply
tcp_wrappers-7.6-shared_lib_plus_plus-1.patch



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (c8e5cb686df950979278a11c6b7055bf6fee40b8), Eric Sandall, 03/18/2023

Archive powered by MHonArc 2.6.24.

Top of Page