From fb05edd0eb43cf302cc09b1f18fe7ebf8c71d0cf Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 5 Feb 2024 16:45:06 +0000 Subject: [PATCH] multipath-tools: Don't overwrite our hardening flags Signed-off-by: Michael Tremer --- lfs/multipath-tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/multipath-tools b/lfs/multipath-tools index 61b6183f01..0ff8d813f7 100644 --- a/lfs/multipath-tools +++ b/lfs/multipath-tools @@ -73,7 +73,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP)/kpartx && make $(MAKETUNING) + cd $(DIR_APP)/kpartx && make $(MAKETUNING) CPPFLAGS= cd $(DIR_APP)/kpartx && make install PREFIX=/usr @rm -rf $(DIR_APP) @$(POSTBUILD) -- 2.39.5