[packages/sdbus-cpp] - don't build private libsystemd, use system library
baggins
baggins at pld-linux.org
Fri Feb 14 10:35:45 CET 2025
commit 503be2d3ffaf6273b8a7a61b9a21c90a5ee5988b
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri Feb 14 10:27:39 2025 +0100
- don't build private libsystemd, use system library
sdbus-cpp.spec | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/sdbus-cpp.spec b/sdbus-cpp.spec
index ac7acb1..2cbad23 100644
--- a/sdbus-cpp.spec
+++ b/sdbus-cpp.spec
@@ -56,14 +56,13 @@ The stub code generator for generating the adapter and proxy
interfaces out of the D-Bus IDL XML description.
%prep
-%setup
+%setup -q
%build
mkdir -p build
cd build
%cmake ../ \
-DCMAKE_INSTALL_DOCDIR=%{_docdir}/sdbus-c++ \
- -DSDBUSCPP_BUILD_LIBSYSTEMD=ON \
-DSDBUSCPP_BUILD_CODEGEN=ON \
%{cmake_on_off apidocs SDBUSCPP_BUILD_DOCS} \
%{cmake_on_off apidocs SDBUSCPP_BUILD_DOXYGEN_DOCS} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sdbus-cpp.git/commitdiff/503be2d3ffaf6273b8a7a61b9a21c90a5ee5988b
More information about the pld-cvs-commit
mailing list