diff options
author | Romain Naour <romain.naour@gmail.com> | 2016-02-20 13:42:46 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-20 23:20:58 +0200 |
commit | 5dce3c05b5ea38539f6ee6efc24c13db936260dc (patch) | |
tree | 5cd65bb9f90ee68de0c407f039d4da375e2c9402 /package/poppler | |
parent | d2b6a496c6988da77092c3a2b059cf897f4693bf (diff) | |
download | buildroot-5dce3c05b5ea38539f6ee6efc24c13db936260dc.tar.gz buildroot-5dce3c05b5ea38539f6ee6efc24c13db936260dc.zip |
toolchain-external: CodeSourcery NiosII 2015.11 affected by PR19405
See bug report https://sourceware.org/bugzilla/show_bug.cgi?id=19405
Fixes:
http://autobuild.buildroot.net/results/ee562524c5b12191e584ceae89006c5a5103e700
Signed-off-by: Romain Naour <romain.naour@gmail.com>
[Thomas:
- rename BR2_TOOLCHAIN_BINUTILS_HAS_BUG_19405 to
BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405
- propagate to the qwt package, which is now selecting
BR2_PACKAGE_QT_GUI_MODULE.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/poppler')
-rw-r--r-- | package/poppler/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/poppler/Config.in b/package/poppler/Config.in index fa4ce22e18..2ca3ff62b5 100644 --- a/package/poppler/Config.in +++ b/package/poppler/Config.in @@ -15,11 +15,15 @@ if BR2_PACKAGE_POPPLER config BR2_PACKAGE_POPPLER_QT bool "Qt support" depends on BR2_PACKAGE_QT + depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405 # Qt GUI module select BR2_PACKAGE_QT_GUI_MODULE select BR2_PACKAGE_QT_XML help Build Qt support into the Poppler library +comment "poppler Qt support needs a toolchain not affected by Binutils bug 19405" + depends on BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405 + endif comment "poppler needs a toolchain w/ C++, threads" |