diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-07-31 22:25:08 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-08-01 10:16:31 +0200 |
| commit | 87059dd20ea68569771895e05592fed77f6f9357 (patch) | |
| tree | 3a35b8f274aceee82ed9dd9886a5c763f80ee82f /package/libmicrohttpd | |
| parent | 14e6c8208ce88d67ba8bda897980175df9949277 (diff) | |
| download | buildroot-87059dd20ea68569771895e05592fed77f6f9357.tar.gz buildroot-87059dd20ea68569771895e05592fed77f6f9357.zip | |
package/libmicrohttpd: mark as broken on Nios II, infamous _gp issue
Fixes
http://autobuild.buildroot.net/results/76f/76f838b2b33311897f3c2ce82a65f3b73af2c046/
Propagate reverse dependency to janus-gateway. I did not propagate the
reverse dependency to kodi, ola and systemd because they are not
available for nios.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libmicrohttpd')
| -rw-r--r-- | package/libmicrohttpd/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/libmicrohttpd/Config.in b/package/libmicrohttpd/Config.in index ec0b715fb5..d9e6493776 100644 --- a/package/libmicrohttpd/Config.in +++ b/package/libmicrohttpd/Config.in @@ -1,6 +1,9 @@ config BR2_PACKAGE_LIBMICROHTTPD bool "libmicrohttpd" depends on BR2_TOOLCHAIN_HAS_THREADS + # Triggers the _gp link issue + depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305 + depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 help GNU libmicrohttpd is a small C library that makes it easy to run an HTTP server as part of another application. @@ -24,3 +27,5 @@ endif comment "libmicrohttpd needs a toolchain w/ threads" depends on !BR2_TOOLCHAIN_HAS_THREADS + depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305 + depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 |

