From ad1c63b129a928894e7255dc1eb5349d994fa1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Thu, 17 May 2018 22:12:09 +0200 Subject: Build the RPM package with botan2 --- packaging/biboumi.spec.cmake | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'packaging') diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index 5ef34b6..fbc464e 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -13,6 +13,7 @@ BuildRequires: libuuid-devel BuildRequires: systemd-devel BuildRequires: sqlite-devel BuildRequires: postgresql-devel +BuildRequires: botan2-devel BuildRequires: cmake BuildRequires: systemd BuildRequires: pandoc @@ -37,7 +38,7 @@ cmake . -DCMAKE_CXX_FLAGS="%{optflags}" \ -DCMAKE_BUILD_TYPE=release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DPOLLER=EPOLL \ - -DWITHOUT_BOTAN=1 \ + -DWITH_BOTAN=1 \ -DWITH_SYSTEMD=1 \ -DWITH_LIBIDN=1 \ -DWITH_SQLITE3=1 \ @@ -66,6 +67,9 @@ make check %{?_smp_mflags} * ${RPM_DATE} Le Coz Florent - ${RPM_VERSION}-1 - Build latest git revision +* ${RPM_DATE} Le Coz Florent - ${RPM_VERSION}-1 +- Build against botan2 + * Wed May 14 2018 Le Coz Florent - 8.1-1 Update to version 8.1 -- cgit v1.2.3