]> sourceware.org Git - libabigail.git/commit
configure: add --enable-rpm415 option
authorDodji Seketeli <dodji@redhat.com>
Tue, 1 Dec 2020 10:26:27 +0000 (11:26 +0100)
committerDodji Seketeli <dodji@redhat.com>
Tue, 1 Dec 2020 10:26:27 +0000 (11:26 +0100)
commite1a1fd9e1a61d40f995d7e23d717b230f4b84f83
tree7b4bd62dd22de71eca33fc649fe933e3c11e267e
parent2417efb2b7619ed2a2bd089d267833ee9d171eea
configure: add --enable-rpm415 option

It's useful to be able to force the build system into avoiding the use
of rpm 4.15 version or higher.  That version of RPM is the one that
supports RPMs from Fedora 31 or higher.  Those RPMs use the zstd
compression scheme.  Prior to Fedora 31, RPM were not using the zstd
compression scheme.  So, systems with rpm version lower than 4.15
cannot deal with RPMs coming from Fedora 31 or higher.  So on those
systems, some regression tests of libabigail who use RPMs from Fedora
33 will fail.

With this patch, one can use the --disable-rpm415 option of the
configure script to prevent those tests from running on those pre 4.15
rpm systems.

* configure: Introduce the --{en, dis}able-rpm415 option.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
configure.ac
This page took 0.031547 seconds and 5 git commands to generate.