From: Michael Tremer Date: Thu, 8 Apr 2021 17:34:00 +0000 (+0000) Subject: strace: Pass --enable-mpers=check to configure X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8435b3813f238c2a3e2f6a8c0202067c21dd032e;p=people%2Fstevee%2Fipfire-2.x.git strace: Pass --enable-mpers=check to configure Signed-off-by: Michael Tremer --- diff --git a/lfs/strace b/lfs/strace index bd9bd5c1de..c33c32c0d9 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)