[fedora] fix build in release on fc30+

fixes #1284
This commit is contained in:
R4SAS 2019-01-22 04:57:53 +03:00 committed by GitHub
parent e177363377
commit afb14e6782
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,8 +45,13 @@ cd build
-DWITH_LIBRARY=OFF \ -DWITH_LIBRARY=OFF \
-DWITH_UPNP=ON \ -DWITH_UPNP=ON \
-DWITH_HARDENING=ON \ -DWITH_HARDENING=ON \
%if 0%{?fedora} > 29
-DBUILD_SHARED_LIBS:BOOL=OFF \
.
%else
-DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=OFF
%endif %endif
%endif
make %{?_smp_mflags} make %{?_smp_mflags}