
7 Dec
2020
7 Dec
'20
12:21 p.m.
On 12/2/20 12:31 PM, Daniel P. Berrangé wrote:
The meson build system is configured to only ever build shared libraries, so we delete the -static sub-RPMs.
The few driver conditionals are deleted as there was never any scenario in which their value changed.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- mingw-libvirt.spec.in | 205 +++++++++++++++++------------------------- 1 file changed, 81 insertions(+), 124 deletions(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal