From ab809592a0a6ea23c803cc2e1601bacc71435ddd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 27 Feb 2024 12:13:51 +0800 Subject: [PATCH] fix no-prof subpackage to undefine %with_ghc_prof properly --- macros.ghc-srpm-no-prof | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macros.ghc-srpm-no-prof b/macros.ghc-srpm-no-prof index ffb27e3..1255577 100644 --- a/macros.ghc-srpm-no-prof +++ b/macros.ghc-srpm-no-prof @@ -1,2 +1,2 @@ -# enable profiling libraries in prof subpkgs -with_ghc_prof 0 +# disable profiling libraries and prof subpkgs +%with_ghc_prof %{nil}