From af286ec52e766d7a3a0b704d4af780c36df515e3 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Tue, 22 Jan 2019 02:32:51 +0300 Subject: [PATCH] try fix build in fedora rawhide --- contrib/rpm/i2pd-git.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/rpm/i2pd-git.spec b/contrib/rpm/i2pd-git.spec index d9b9b17a..0f59c9f6 100644 --- a/contrib/rpm/i2pd-git.spec +++ b/contrib/rpm/i2pd-git.spec @@ -42,12 +42,14 @@ cd build -DWITH_UPNP=ON \ -DWITH_HARDENING=ON \ -DBUILD_SHARED_LIBS:BOOL=OFF + . %else %cmake \ -DWITH_LIBRARY=OFF \ -DWITH_UPNP=ON \ -DWITH_HARDENING=ON \ -DBUILD_SHARED_LIBS:BOOL=OFF + . %endif make %{?_smp_mflags}