logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://anongit.hacktivis.me/git/bootstrap-initrd.git/
commit: 2d75c2fab3d8977b6fc912ee26710961aec15bc2
parent 723caafe428e5e18586ec7b861084fe5d1d44584
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 25 Sep 2025 21:14:55 +0200

zlib-1.3.1-use-LDFLAGS-in-configure.patch: fix basic typos

Diffstat:

Mzlib-1.3.1-use-LDFLAGS-in-configure.patch4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/zlib-1.3.1-use-LDFLAGS-in-configure.patch b/zlib-1.3.1-use-LDFLAGS-in-configure.patch @@ -7,11 +7,11 @@ From: Khem Raj <raj.khem@gmail.com> Date: Tue, 8 Mar 2022 22:38:47 -0800 Subject: [PATCH] configure: Pass LDFLAGS to link tests -LDFLAGS can contain critical flags without which linking wont succeed +LDFLAGS can contain critical flags without which linking won't succeed therefore ensure that all configure tests involving link time checks are using LDFLAGS on compiler commandline along with CFLAGS to ensure the tests perform correctly. Without this some tests may fail resulting in -wrong confgure result, ending in miscompiling the package +wrong configure result, ending in miscompiling the package Signed-off-by: Khem Raj <raj.khem@gmail.com>k --- zlib-1.3.1/configure