From patchwork Wed Oct 17 14:39:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [7/9] libcap2: If Make.Rules in src detects BUILD pam_modules.h result is compile error Date: Wed, 17 Oct 2012 04:39:55 -0000 From: Morten Svendsen X-Patchwork-Id: 192069 Message-Id: To: 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}" \