From 7c2d934f813240bf1d8882d5d8654d0f155bd54c5c5a017d8eb41a9b1aadd568 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 31 Aug 2020 15:59:34 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/heaptrack?expand=0&rev=16 --- heaptrack.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heaptrack.spec b/heaptrack.spec index e99db62..071ae96 100644 --- a/heaptrack.spec +++ b/heaptrack.spec @@ -85,8 +85,8 @@ A Qt5/KF5 based GUI for Heaptrack. # Disable building tests, they're not used and post-build-checks trips over it sed -i"" '/add_subdirectory(tests)/d' CMakeLists.txt -%if "%{?_lib}" == "lib64" -_lib_suffix="64" +%if "%{_lib}" == "lib64" +_lib_suffix=64 %endif %build