From patchwork Wed Oct 17 14:39:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Morten Svendsen X-Patchwork-Id: 192069 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [130.225.254.102]) by ozlabs.org (Postfix) with ESMTP id 97C232C0091 for ; Thu, 18 Oct 2012 01:40:15 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 61E7A3FF84 for ; Wed, 17 Oct 2012 16:40:14 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id AAACC3FE71 for ; Wed, 17 Oct 2012 16:40:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=508; q=dns/txt; s=ironport2; t=1350484810; x=1382020810; h=from:to:subject:date:message-id:in-reply-to:references: mime-version; bh=1u4DDVCSEeZXPrBuhies3CT7Cvb14CZXda4tcW9qaRY=; b=WieRFT8t0G5hWI8am9mHMAC3/wBaJWDwOUYV851JBEbmxAwDL4x3/pDH mJ1N3n7SUOyerthjaruP75IclRFQ23ELWl5S55yK6rNKxUttlc9C98CnH EpdBnoSFe39bb24; X-IronPort-AV: E=Sophos;i="4.80,601,1344204000"; d="scan'208";a="1732810" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 17 Oct 2012 16:40:10 +0200 Received: from fire.prevas.dk (172.16.10.61) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server (TLS) id 14.2.318.1; Wed, 17 Oct 2012 16:40:10 +0200 From: Morten Thunberg Svendsen To: Subject: [PATCH 7/9] libcap2: If Make.Rules in src detects BUILD pam_modules.h result is compile error Date: Wed, 17 Oct 2012 16:39:55 +0200 Message-ID: X-Mailer: git-send-email 1.7.10 In-Reply-To: References: MIME-Version: 1.0 X-Originating-IP: [172.16.10.61] X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org fix: Always disable pam support --- recipes/libcap/libcap2.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/libcap/libcap2.inc b/recipes/libcap/libcap2.inc index d111056..fd8089d 100644 --- a/recipes/libcap/libcap2.inc +++ b/recipes/libcap/libcap2.inc @@ -14,6 +14,7 @@ S = "${SRCDIR}/libcap" DEPENDS = "native:bison native:flex libattr" BUILD_CFLAGS += "-I${S}/libcap/include" +EXTRA_OEMAKE = "PAM_CAP=no" do_install() { oe_runmake DESTDIR="${D}" \