From 5fb871def46c9fc0d0e02d5bf1f2c8f76c40dc30 Mon Sep 17 00:00:00 2001 From: Jakub Ružička Date: Wed, 3 May 2023 14:13:21 +0200 Subject: Debian: Fix for arm64 cross build Mirrors debian patch. --- distro/pkg/deb/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'distro/pkg/deb/rules') diff --git a/distro/pkg/deb/rules b/distro/pkg/deb/rules index 59abe35c..1740fb95 100755 --- a/distro/pkg/deb/rules +++ b/distro/pkg/deb/rules @@ -23,8 +23,7 @@ LDFLAGS += -g -O2 -fno-strict-aliasing -fno-strict-overflow -fPIC -Wl,-z,defs -W override_dh_auto_configure: CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" dh_auto_configure -- $(COMMON_FLAGS) --with-protocols=all -override_dh_auto_build: - dh_auto_build +override_dh_auto_build-indep: dh_auto_build -- docs override_dh_auto_install: -- cgit v1.2.3