diff options
author | Jakub Ružička <jakub.ruzicka@nic.cz> | 2023-05-03 14:13:21 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-08-22 14:59:22 +0200 |
commit | 5fb871def46c9fc0d0e02d5bf1f2c8f76c40dc30 (patch) | |
tree | e099306486bdf8e322259ef4549adfd56c9e1e69 /distro/pkg/deb/rules | |
parent | 5fe00df693a7a06888d6fba2a967fe0ca04f29ae (diff) |
Debian: Fix for arm64 cross build
Mirrors debian patch.
Diffstat (limited to 'distro/pkg/deb/rules')
-rwxr-xr-x | distro/pkg/deb/rules | 3 |
1 files changed, 1 insertions, 2 deletions
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: |