From 59b52777ebc37b7df2b6fc96b3790bf173c6336b Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Mon, 1 Nov 2021 01:32:21 +0100 Subject: debian/control.in: WebKit builds fine again on sh4 re-add that architecture to the build-dependencies --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 6a5f09ce..280e586a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -ifeq (,$(filter $(DEB_HOST_ARCH), ia64 kfreebsd-amd64 kfreebsd-i386 sh4)) +ifeq (,$(filter $(DEB_HOST_ARCH), ia64 kfreebsd-amd64 kfreebsd-i386)) ENABLE_WEBKIT = -Dwebkitgtk=true endif -- cgit