[packages/mosquitto] updated build deps
atler
atler at pld-linux.org
Mon Jan 23 11:03:56 CET 2023
commit 35af0a1d113aea02ec1b8942043a66c0a4bb8601
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Jan 23 11:03:33 2023 +0100
updated build deps
mosquitto.spec | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/mosquitto.spec b/mosquitto.spec
index 300931b..b7b7320 100644
--- a/mosquitto.spec
+++ b/mosquitto.spec
@@ -9,13 +9,15 @@ Group: Applications
Source0: http://mosquitto.org/files/source/%{name}-%{version}.tar.gz
# Source0-md5: abe42d8cdb4ec973bdbecc6da29cb98f
URL: http://mosquitto.org/
-BuildRequires: cmake
+BuildRequires: cmake >= 3.0
BuildRequires: cjson-devel
BuildRequires: libstdc++-devel
BuildRequires: libwrap-devel
+BuildRequires: libxslt-progs
BuildRequires: openssl-devel
-BuildRequires: rpmbuild(macros) >= 1.219
-BuildRequires: sqlite3-devel >= 3.5
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.605
+BuildRequires: uthash-devel
Requires(postun): /usr/sbin/groupdel
Requires(postun): /usr/sbin/userdel
Requires(pre): /bin/id
@@ -92,7 +94,7 @@ install -d build
cd build
%cmake \
-DUSE_LIBWRAP:BOOL=ON \
- -DWITH_BUNDLED_DEPS:BOOL=ON \
+ -DWITH_BUNDLED_DEPS:BOOL=OFF \
..
%{__make}
cd ..
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mosquitto.git/commitdiff/35af0a1d113aea02ec1b8942043a66c0a4bb8601
More information about the pld-cvs-commit
mailing list