From 4005c0dee31133571c31e79fb5c248731e135f0c Mon Sep 17 00:00:00 2001 From: Bogdan Drozdowski <> Date: Thu, 22 Feb 2024 21:01:39 +0100 Subject: [PATCH] Fix strip on OpenBSD and others --- t/strip2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/strip2.sh b/t/strip2.sh index a367dd0fe..e48dddc7a 100644 --- a/t/strip2.sh +++ b/t/strip2.sh @@ -15,7 +15,7 @@ # along with this program. If not, see . # Ensure install-strip works when STRIP consists of more than one word. -# This test needs GNU binutils strip. See sister test 'strip3.sh'. +# See sister test 'strip3.sh'. required='cc strip' . test-init.sh @@ -39,7 +39,7 @@ $ACLOCAL $AUTOCONF $AUTOMAKE -a -./configure --prefix="$(pwd)/inst" STRIP='strip --verbose' +./configure --prefix="$(pwd)/inst" STRIP='strip -x' $MAKE $MAKE install-strip -- 2.35.1