From: Gustavo Zacarias Date: Mon, 29 Feb 2016 12:57:06 +0000 (-0300) Subject: powerpc-utils: needs dynamic toolchain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d42c7142250881569652de824d41a42d665fd1d6;p=buildroot.git powerpc-utils: needs dynamic toolchain Fixes: http://autobuild.buildroot.net/results/a12/a1240ed6facb99518d71153c099dbd7d3d847af6/ Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/powerpc-utils/Config.in b/package/powerpc-utils/Config.in index 8e02e76459..e18254c124 100644 --- a/package/powerpc-utils/Config.in +++ b/package/powerpc-utils/Config.in @@ -1,5 +1,10 @@ +comment "powerpc-utils tools needs a toolchain w/ dynamic library" + depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le + depends on BR2_STATIC_LIBS + config BR2_PACKAGE_POWERPC_UTILS bool "powerpc-utils" + depends on !BR2_STATIC_LIBS # dlfcn.h depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le select BR2_PACKAGE_ZLIB help