From fd3d7d16cccd3562b8219dcbe168e2c8116e3f25 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 8 Apr 2021 17:34:00 +0000 Subject: [PATCH] strace: Pass --enable-mpers=check to configure Signed-off-by: Michael Tremer --- lfs/strace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/strace b/lfs/strace index cfce835ec9..d24e031f62 100644 --- a/lfs/strace +++ b/lfs/strace @@ -78,7 +78,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure --prefix=/usr --enable-mpers=check cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) -- 2.39.5