From patchwork Sat Dec 6 13:15:38 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 418388 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 8A1791400E9 for ; Sun, 7 Dec 2014 00:15:57 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A17D131DA1; Sat, 6 Dec 2014 13:15:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hPQ6RYWE5aUq; Sat, 6 Dec 2014 13:15:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A7002338A0; Sat, 6 Dec 2014 13:15:54 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id E38641C2566 for ; Sat, 6 Dec 2014 13:15:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id DF7AD31A60 for ; Sat, 6 Dec 2014 13:15:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U9IDYilpReAP for ; Sat, 6 Dec 2014 13:15:50 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by silver.osuosl.org (Postfix) with ESMTPS id 1203C2E118 for ; Sat, 6 Dec 2014 13:15:50 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id h11so1077394wiw.9 for ; Sat, 06 Dec 2014 05:15:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=L5tvl4fn/8N/8oD0ABH7RbCWKVtWUgyCZXH86df474A=; b=WmOFKq8ZxNjelYCeQpV7iaGRc76LwhD4xiz1JmzPxS5siGAIpzwJv+0IHubMfebXyK OsThVJqOhKUUNPyfmhsQDw7VErGS584x6zVXwGPfLXHpct1VMU2l937cveLFGEAEfsGQ +pPKLstgF/Eu5veUXke4QLMr7u8onL3oFlWOSnC2w6GOPjP4pmoZNVhCc8kQYCXcl9Az 1DnVEPdRJMY2Pq+gLs7+8cwiDBu7k+TVq6buWbnTQuStmKiHd0evWp6Rug+4Mv9IDLwE JTeoApcF/V5I7biiYMbPsC2rQ7SusMY5tfhivl/4pyfNBWpHgH/nZBaWXIdWTlA11F+h 9jTQ== X-Received: by 10.180.78.73 with SMTP id z9mr11254978wiw.52.1417871748676; Sat, 06 Dec 2014 05:15:48 -0800 (PST) Received: from bobook.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPSA id f7sm1861855wiz.13.2014.12.06.05.15.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 06 Dec 2014 05:15:48 -0800 (PST) From: Samuel Martin To: buildroot@buildroot.net Date: Sat, 6 Dec 2014 14:15:38 +0100 Message-Id: <1417871738-13421-2-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1417871738-13421-1-git-send-email-s.martin49@gmail.com> References: <1417871738-13421-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 2/2] package/libnss: need dynamic library support X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Fixes: http://autobuild.buildroot.net/results/e01733c4b8c23f62e2081f0c4aadc16e22c4a2c4/ Signed-off-by: Samuel Martin --- package/libnss/Config.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package/libnss/Config.in b/package/libnss/Config.in index 690f928..d57c7a2 100644 --- a/package/libnss/Config.in +++ b/package/libnss/Config.in @@ -6,6 +6,7 @@ config BR2_PACKAGE_LIBNSS depends on BR2_LARGEFILE depends on BR2_TOOLCHAIN_HAS_THREADS # libnspr depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT # libnspr + depends on !BR2_PREFER_STATIC_LIB help Network Security Services (NSS) is a set of libraries designed to support development of security-enabled client and server @@ -15,6 +16,7 @@ config BR2_PACKAGE_LIBNSS http://www.mozilla.org/projects/security/pki/nss/ -comment "libnss needs a toolchain w/ largefile, threads" +comment "libnss needs a toolchain w/ largefile, threads, dynamic librairy" depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT - depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS + depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS \ + BR2_PREFER_STATIC_LIB