package/rpm: don't set openmp
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 3 Dec 2020 17:37:10 +0000 (18:37 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 2 Jan 2021 16:20:59 +0000 (17:20 +0100)
commit81b462a40571a902696e71afd5be153732c0e577
treee8af556385ef8ad70447056d89c4bfe89579e627
parent1e12df970bb50fb35bfedca2bb88c941ac0ec884
package/rpm: don't set openmp

Don't set openmp to fix a build failure with codesourcery toolchain that
doesn't have OpenMP >= 4.5 indeed upstream doesn't want to remove the
build failure if the user provides --enable-openmp and OpenMP is < 4.5:
https://github.com/rpm-software-management/rpm/pull/1433

Fixes:
 - http://autobuild.buildroot.org/results/05dd945d24e8684aad6a2343ba7f6f8a7cea8349

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/rpm/0003-Check-for-OpenMP-version-at-configure-time.patch [new file with mode: 0644]
package/rpm/0004-configure-ac-fix-cross-compilation.patch [new file with mode: 0644]
package/rpm/0005-Really-disable-OpenMP-if-too-old.patch [new file with mode: 0644]
package/rpm/rpm.mk