package/avahi: does not build with static-only
authorYann E. MORIN <yann.morin.1998@free.fr>
Fri, 16 May 2014 20:22:59 +0000 (22:22 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 16 May 2014 20:41:55 +0000 (22:41 +0200)
... and propagate to reverse dependencies.

Fixes (which I reproduced here):
    http://autobuild.buildroot.net/results/ea2/ea2c8f20c4032bf82876805ea787a55834091cec

Should fix (which I did not even try to reproduce):
    http://autobuild.buildroot.net/results/4ef/4ef5bfc17f50bddb00f7ef3d62fc1fe963b7da82
    http://autobuild.buildroot.net/results/76e/76e4854812b0ef3862c080eead4012b35ef27f0f
    http://autobuild.buildroot.net/results/5bf/5bfb3fd9fe61bef5f998dc5999ce2060c334662c
    http://autobuild.buildroot.net/results/dc6/dc607c35471ef6dda04e06ad05ae7794615af578

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/avahi/Config.in
package/xbmc/Config.in

index fd4d229edbc72b744f54ac3f8c5b89aceeeb8719..483d976c776b62c4685816d7d17134c9fd345e6b 100644 (file)
@@ -3,6 +3,7 @@ config BR2_PACKAGE_AVAHI
        # libdaemon uses fork()
        depends on BR2_USE_MMU
        depends on BR2_TOOLCHAIN_HAS_THREADS
+       depends on !BR2_PREFER_STATIC_LIB
        select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
        help
          Avahi is a system which facilitates service
index 1e2f932ae81b15a7ef4dbc435c8ee7727848af28..75666a4b9593fdfde2b0a51a7b3c64568e06b8eb 100644 (file)
@@ -70,6 +70,7 @@ if BR2_PACKAGE_XBMC
 
 config BR2_PACKAGE_XBMC_AVAHI
        bool "avahi"
+       depends on !BR2_PREFER_STATIC_LIB # avahi
        select BR2_PACKAGE_AVAHI
        select BR2_PACKAGE_AVAHI_DAEMON
        help