Add explicit configure switches
This commit is contained in:
parent
bd4147daec
commit
5b63d54fa8
12
json-c.spec
12
json-c.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
Name: json-c
|
Name: json-c
|
||||||
Version: 0.13.1
|
Version: 0.13.1
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: JSON implementation in C
|
Summary: JSON implementation in C
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -90,9 +90,10 @@ popd
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
--disable-rdrand \
|
||||||
|
--enable-Bsymbolic \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-threading
|
--enable-threading
|
||||||
|
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%{_bindir}/doxygen Doxyfile
|
%{_bindir}/doxygen Doxyfile
|
||||||
@ -102,9 +103,10 @@ pushd bootstrap_ver
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
--disable-rdrand \
|
||||||
|
--enable-Bsymbolic \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-threading
|
--enable-threading
|
||||||
|
|
||||||
%make_build
|
%make_build
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
@ -174,6 +176,10 @@ end
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 11 2020 Björn Esser <besser82@fedoraproject.org> - 0.13.1-10
|
||||||
|
- Add explicit configure switch to disable rdrand
|
||||||
|
- Add explicit configure switch to enable linking with Bsymbolic
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-9
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user