From: Simon McVittie Date: Tue, 8 Mar 2022 16:16:02 +0000 (+0000) Subject: d/rules: Correct argument used to disable gjs on s390x X-Git-Tag: archive/raspbian/2022.2-3+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=741553319526f460d9a2a3681f26f1d6b4edf961;p=ostree.git d/rules: Correct argument used to disable gjs on s390x --- diff --git a/debian/rules b/debian/rules index 353abe8a..6d6abf46 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ configure_options = \ $(NULL) ifneq ($(filter alpha hppa ia64 m68k s390x sh4 sparc64 x32,$(DEB_HOST_ARCH)),) -configure_options += GJS=/nonexistent/gjs +configure_options += ac_cv_path_GJS= endif ifneq ($(filter libostree-doc,$(binaries)),)