From 62f5ac74152e6608efda72047eaf754e626d1a2b Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Thu, 25 Jul 2024 20:41:11 +0300 Subject: [PATCH] attempt 3 at fixing rules --- .github/build-canary-v3 | 2 +- debian/rules | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/build-canary-v3 b/.github/build-canary-v3 index 1e8b314..7f8f011 100644 --- a/.github/build-canary-v3 +++ b/.github/build-canary-v3 @@ -1 +1 @@ -6 +7 diff --git a/debian/rules b/debian/rules index abc3b3b..53072b2 100755 --- a/debian/rules +++ b/debian/rules @@ -61,9 +61,9 @@ endif # LTO Arch Check ifneq (,$(filter armhf hppa i386 i686 m68k powerpc sparc64,$(DEB_HOST_ARCH))) -LTO=disabled +LTO=false else -LTO=enabled +LTO=true endif # COMPRESS Arch Check @@ -134,7 +134,7 @@ override_dh_auto_configure: $(NULL) install -d debian/ld.so.conf.d echo "/usr/lib/$(DEB_HOST_MULTIARCH)/pipewire-0.3/jack/" > "debian/ld.so.conf.d/pipewire-jack-$(DEB_HOST_MULTIARCH).conf" - echo -e "\nCommenting out Disabled feature not to be installed...$(cmnt_libcam) $(cmnt_libroc) $(cmnt_vulkan)\n" + echo -e "\nCommenting out Disabled feature not to be installed... $(cmnt_libroc) $(cmnt_vulkan)\n" test_timeout_multiplier = 1