From 852e4ca9b87e94afaa7a71f0e70a18eb72f826c3 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 19 Oct 2021 00:08:24 -0500 Subject: [PATCH] Glibc is so fragile stripping .gnu.version breaks regexec(REG_STARTEND) and thus grep's match-after-null test. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 85dd8046..effba7d0 100755 --- a/configure +++ b/configure @@ -33,7 +33,7 @@ fi # you call scripts/make.sh and friends directly. [ -z "$CC" ] && CC=cc -[ -z "$STRIP" ] && STRIP="strip -s -R .note* -R .comment -R .gnu.version" +[ -z "$STRIP" ] && STRIP="strip -s -R .note* -R .comment" # If HOSTCC needs CFLAGS or LDFLAGS, just add them to the variable # ala HOSTCC="blah-cc --static" -- 2.39.2