From patchwork Fri May 16 16:11:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 349682 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 0B11B140086 for ; Sat, 17 May 2014 02:11:33 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5209787BF1; Fri, 16 May 2014 16:11:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sHHJBHsnWR-K; Fri, 16 May 2014 16:11:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id A228287B32; Fri, 16 May 2014 16:11:31 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id E65B81C28C6 for ; Fri, 16 May 2014 16:11:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E3A1A87B25 for ; Fri, 16 May 2014 16:11:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id exEE3aqLKhRg for ; Fri, 16 May 2014 16:11:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by hemlock.osuosl.org (Postfix) with ESMTPS id 3036787BA3 for ; Fri, 16 May 2014 16:11:29 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id t60so2830511wes.13 for ; Fri, 16 May 2014 09:11:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=WPGRFxpK7NlP/Ywx+OwD6sXZ8STbDekJKEsIEBSnkp4=; b=AG+uVGw2Il4hBHXASJffYhP4+ARCShfX8Y7SAyzzJJ3a9bTq3bEvw2894W/2rFfp6h YLoD4cls96M7+tQuCRtAR9zDigmQ66BDPF0yJ7XdzVHv7ipd/TrSx7MJWhqLxTQXfyD8 YScyarT8hvzlO32wJOszZyDeowfF5/RC0tPw37IkZCKdhOdqeo49cIfHLuqXkXZoMVQ9 qc3bxtZ5CbMyozlBs/l7Rz2C5OJImM4APY9FXLlGpWJ/Qk8R0qa7/F8Atyis+oyyTfbN /qHbueNZ7ysvEhX0SF2U1ADv2qFTUEyUjIioKvbTvGJG8bLqkHZabQK6rB978I+qfe8F ZGJg== X-Received: by 10.180.80.232 with SMTP id u8mr37313900wix.13.1400256687247; Fri, 16 May 2014 09:11:27 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id z14sm4101140wiu.6.2014.05.16.09.11.25 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 16 May 2014 09:11:26 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Fri, 16 May 2014 18:11:21 +0200 Message-Id: <1400256681-30273-1-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.8.3.2 Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH] package/avahi: does not build with static-only X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: "Yann E. MORIN" Signed-off-by: "Yann E. MORIN" --- package/avahi/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/avahi/Config.in b/package/avahi/Config.in index fd4d229..483d976 100644 --- a/package/avahi/Config.in +++ b/package/avahi/Config.in @@ -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