From 5ccef0cc04db54ec52fac6875eb694fcd7a5c7a9 Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Tue, 9 Sep 2025 23:37:54 +0300 Subject: [PATCH] sync with Debian version: 2.45-7 (released to unstable) commit: 18e2f2ce4d291616bfba94e87e6d9100d2165e8d --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 60eb660..6ae61c3 100755 --- a/debian/rules +++ b/debian/rules @@ -1196,7 +1196,10 @@ ifeq ($(with_multiarch),yes) $(call strip_package, $(p_mul), $(d_mul)) endif - for i in $(d_dev)/$(PF)/lib/$(DEB_HOST_MULTIARCH)/*.a; do \ + for i in \ + $(d_dev)/$(PF)/lib/$(DEB_HOST_MULTIARCH)/*.a \ + $(d_sfrd)/$(PF)/lib/$(DEB_HOST_MULTIARCH)/*.a; \ + do \ echo "lto-stripping $(basename $$i) ..."; \ $(STRIP_LTO) $$i; \ if which strip-nondeterminism >/dev/null 2>&1; then \