sync with Debian
version: 2.45-7 (released to unstable) commit: 18e2f2ce4d291616bfba94e87e6d9100d2165e8d
This commit is contained in:
5
debian/rules
vendored
5
debian/rules
vendored
@@ -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 \
|
||||
|
Reference in New Issue
Block a user