1
0

sync with Debian

version: 2.45-7 (released to unstable)
commit: 18e2f2ce4d291616bfba94e87e6d9100d2165e8d
This commit is contained in:
2025-09-09 23:37:54 +03:00
parent 540304835a
commit 5ccef0cc04

5
debian/rules vendored
View File

@@ -1196,7 +1196,10 @@ ifeq ($(with_multiarch),yes)
$(call strip_package, $(p_mul), $(d_mul)) $(call strip_package, $(p_mul), $(d_mul))
endif 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) ..."; \ echo "lto-stripping $(basename $$i) ..."; \
$(STRIP_LTO) $$i; \ $(STRIP_LTO) $$i; \
if which strip-nondeterminism >/dev/null 2>&1; then \ if which strip-nondeterminism >/dev/null 2>&1; then \