diff --git a/package/zmqpp/Config.in b/package/zmqpp/Config.in index 68dbf4e756..2ccaf7e2db 100644 --- a/package/zmqpp/Config.in +++ b/package/zmqpp/Config.in @@ -1,6 +1,8 @@ config BR2_PACKAGE_ZMQPP bool "zmqpp" depends on !BR2_avr32 # compiler needs c++0x support + depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103 # c++0x support + depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009 # c++0x support depends on BR2_INSTALL_LIBSTDCPP depends on BR2_INET_IPV6 # zeromq depends on BR2_LARGEFILE # util-linux