From 911929b7c0783d330f39ea33800a680761d100a8 Mon Sep 17 00:00:00 2001 From: Adam Huffman Date: Wed, 19 Aug 2020 13:26:12 +0100 Subject: [PATCH] Hard-code builddir for CMake --- yoshimi.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yoshimi.spec b/yoshimi.spec index 37ff45d..41d8ff2 100644 --- a/yoshimi.spec +++ b/yoshimi.spec @@ -45,7 +45,7 @@ effects like Reverb, Echo, Chorus, Phaser... %build export CFLAGS="%{optflags}" -%cmake -DCMAKE_CXX_FLAGS="${RPM_OPT_FLAGS} -fPIC" -DFLTK_INCLUDE_DIR=%{_includedir}/Fl +%cmake -S src -DCMAKE_CXX_FLAGS="${RPM_OPT_FLAGS} -fPIC" -DFLTK_INCLUDE_DIR=%{_includedir}/Fl %cmake_build @@ -84,6 +84,7 @@ rm %{buildroot}%{_datadir}/doc/%{name}/yoshimi-user-manual-1.7.2.pdf %changelog * Wed Aug 19 2020 Adam Huffman - 1.7.2-1 - Update to upstream release 1.7.2 +- Hard-code CMake to use src as builddir * Wed Jul 29 2020 Fedora Release Engineering - 1.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild