Skip to content
Snippets Groups Projects
Commit 0e64684a authored by Simon McVittie's avatar Simon McVittie
Browse files

d/rules, d/meson/no-exe-wrapper.ini: Work around FTBFS on mips64el

Mitigates: #1041499
parent 6e73d49a
No related branches found
No related tags found
No related merge requests found
# Workaround for https://bugs.debian.org/1041499 in which Meson doesn't
# think mips64 can run its own binaries
[properties]
needs_exe_wrapper = false
......@@ -9,6 +9,12 @@ include /usr/share/dpkg/default.mk
export DH_VERBOSE=1
configure_options :=
ifeq ($(DEB_HOST_ARCH),$(DEB_BUILD_ARCH))
configure_options += --native-file=$(CURDIR)/debian/meson/no-exe-wrapper.ini
endif
%:
dh $@
......@@ -17,7 +23,7 @@ override_dh_auto_configure:
--unity=on \
-Dauto_features=enabled \
-Dprofiler=disabled \
$(NULL)
$(configure_options)
execute_after_dh_auto_install:
rm -f debian/tmp/usr/libexec/installed-tests/gjs/js/modules/*/.eslintrc.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment