diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-23 11:08:25 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-23 12:30:02 +0100 |
commit | cb7c12f58cb58b0ea14d2a49b009676ddefec98f (patch) | |
tree | c1c21bca2caf61703eca29837dfc4ea6eb899e24 /package/alsa-lib/alsa-lib-0004-conditional-enabling-of-libdl-in-m4.patch | |
parent | 70ee9fcdfcf6fc7cb214e454afe55cbffec84621 (diff) | |
download | buildroot-cb7c12f58cb58b0ea14d2a49b009676ddefec98f.tar.gz buildroot-cb7c12f58cb58b0ea14d2a49b009676ddefec98f.zip |
pixman: fix patch for FE_DIVBYZERO detection
In commit a9baea4345625f6f00fc59395faec83e08346015 ('pixman: add patch
to fix Microblaze build failure'), a patch is added to the pixman
package to avoid using the FE_DIVBYZERO definition when it is not
available. However, it was using the have_fe_divbyzero variable to
define or not HAVE_FEDIVBYZERO, while the AC_CHECK_DECL autoconf macro
sets the ac_cv_have_decl_FE_DIVBYZERO variable.
The end result was that the FE_DIVBYZERO macro was considered as never
being available. This commit fixes that by using the appropriate
variable.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/alsa-lib/alsa-lib-0004-conditional-enabling-of-libdl-in-m4.patch')
0 files changed, 0 insertions, 0 deletions