From 088b53a2166a7edb670ab017e19c3c670911bb85 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Wed, 9 Jun 2021 00:58:24 +0000
Subject: build system: cfgtest: cfgtest_common_init(): output ldflags to log.

---
 sofort/cfgtest/cfgtest.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sofort/cfgtest/cfgtest.sh b/sofort/cfgtest/cfgtest.sh
index 3a2b0f7..1e3d707 100644
--- a/sofort/cfgtest/cfgtest.sh
+++ b/sofort/cfgtest/cfgtest.sh
@@ -280,6 +280,10 @@ cfgtest_common_init()
 		printf ' \\\n\t%s' "$cfgtest_cflag" >&3
 	done
 
+	for cfgtest_ldflag in $(printf '%s' "$mb_cfgtest_ldflags"); do
+		printf ' \\\n\t%s' "$cfgtest_ldflag" >&3
+	done
+
 	if [ "$cfgtest_type" = 'lib' ]; then
 		for cfgtest_lib in $(printf '%s' "$cfgtest_libs"); do
 			printf ' \\\n\t%s' "$cfgtest_lib" >&3
-- 
cgit v1.2.3