summaryrefslogtreecommitdiff
path: root/package/libcap-ng
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2015-05-15 00:33:25 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-05-15 00:33:25 +0200
commita3038d061e541aef0bc449149bf72c6f458d6942 (patch)
tree777caecebb08be7860f4561141dc41de0bbf98a9 /package/libcap-ng
parent9cc56c24c9cc135990f9b604761596456487322e (diff)
libcap-ng: cannot be built with nios2 CS 2014.05 toolchain
Fixes: http://autobuild.buildroot.net/results/d13/d136f763ca3389cdc6a404db7a4fc0cd18329955/ http://autobuild.buildroot.net/results/e00/e002e2a3bd52a3cc3b0d06625de61315d86de524/ http://autobuild.buildroot.net/results/bba/bba9f7130315c9d97cc060a73663276d0fa2c1b3/ http://autobuild.buildroot.net/results/fc7/fc7bc050ef769716dedb0ad81a51e33a12deec47/ And many more. Building libcap-ng with that toolchain triggers an internal compiler / assembler bug, so blacklist that combination and propagate to the reverse dependencies. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libcap-ng')
-rw-r--r--package/libcap-ng/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libcap-ng/Config.in b/package/libcap-ng/Config.in
index d1663cdef..a52d230e6 100644
--- a/package/libcap-ng/Config.in
+++ b/package/libcap-ng/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_LIBCAP_NG
bool "libcap-ng"
+ depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # triggers compiler bug
help
The libcap-ng library is intended to make programming with
posix capabilities much easier than the traditional libcap