[packages/graphite2] use cmake -B
atler
atler at pld-linux.org
Tue Aug 18 13:06:04 CEST 2026
commit e4717ac87192b70ba609d9c03b50619ab8296861
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Aug 18 12:53:06 2026 +0200
use cmake -B
graphite2.spec | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/graphite2.spec b/graphite2.spec
index f97f6c1..528252a 100644
--- a/graphite2.spec
+++ b/graphite2.spec
@@ -104,13 +104,10 @@ Interfejs Pythona 3 do biblioteki graphite2
%patch -P 1 -p1
%build
-install -d build
-cd build
-%cmake .. \
+%cmake -B build \
-DGRAPHITE2_VM_TYPE=direct
-%{__make}
-cd ..
+%{__make} -C build
%if %{with python2}
%py_build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/graphite2.git/commitdiff/e4717ac87192b70ba609d9c03b50619ab8296861
More information about the pld-cvs-commit
mailing list