From patchwork Fri Jan 18 22:08:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Belisko X-Patchwork-Id: 213756 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 091F32C007C for ; Sat, 19 Jan 2013 09:10:12 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C5190103AC6; Fri, 18 Jan 2013 22:09:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rorvmf4wfsjs; Fri, 18 Jan 2013 22:09:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id A9243103B10; Fri, 18 Jan 2013 22:09:07 +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 0B38F8F79A for ; Fri, 18 Jan 2013 22:09:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 6CC002F9AE for ; Fri, 18 Jan 2013 22:09:06 +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 nykUj+OzUY-a for ; Fri, 18 Jan 2013 22:09:06 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by silver.osuosl.org (Postfix) with ESMTPS id AF4503016B for ; Fri, 18 Jan 2013 22:09:05 +0000 (UTC) Received: by mail-ee0-f54.google.com with SMTP id c41so2037303eek.13 for ; Fri, 18 Jan 2013 14:09:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=NTo5rT4LyGub7H5cVHmB1loyY8XLSd2WLUPfCY59J+g=; b=dQQjfoBwHO/V5LfNjpElWn0/Np6BMsfMHUsZ/me++iR+yWQm6sK/d1b8zrHVLYGro8 MjGkEsh+E1CXGCVWeo/UxT2VtI9GLz/KbJv2r1f3TsF2zY3zLxEnGv0fkRMkRyCWr0ld BlgnyWrL1vLHH9LNPa3hrQdQj+1ahN+ofNnp4DXlaxxGVNnLsmCErWSCBgdUp8bxH6aW OmiysYt8XxYD3q7DzoIqSH0zMIQ7f/IlSPjA3s17MlbPWaNQPIxmGXdRaQO5dYvnOL5M h2Nf4rkeUObJA330h9b2OYbl7VmVoRDCk6VaLbNPEsuKyc5KVUB2hzLs9+pYZXZmnFpI jHDA== X-Received: by 10.14.223.135 with SMTP id v7mr30739856eep.41.1358546943368; Fri, 18 Jan 2013 14:09:03 -0800 (PST) Received: from localhost.localdomain (dial-109-230-33-109.orange.sk. [109.230.33.109]) by mx.google.com with ESMTPS id w44sm9275355eep.6.2013.01.18.14.09.01 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 18 Jan 2013 14:09:02 -0800 (PST) From: Marek Belisko To: buildroot@uclibc.org Date: Fri, 18 Jan 2013 23:08:46 +0100 Message-Id: <1358546927-25707-5-git-send-email-marek.belisko@open-nandra.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1358546927-25707-1-git-send-email-marek.belisko@open-nandra.com> References: <1358546927-25707-1-git-send-email-marek.belisko@open-nandra.com> Cc: Marek Belisko Subject: [Buildroot] [PATCH v3 4/5] lvm2: Install devmapper.pc to staging/target pkgconfig directory. 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 Without this change if some package which have dependency on device mapper and use pkgconfig to check version always fail to find library because devmapper.pc file wasn't installed. Signed-off-by: Marek Belisko --- package/lvm2/lvm2.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk index 52326ea..f54caa4 100644 --- a/package/lvm2/lvm2.mk +++ b/package/lvm2/lvm2.mk @@ -21,7 +21,7 @@ LVM2_BINS = \ # Make sure that binaries and libraries are installed with write # permissions for the owner. -LVM2_CONF_OPT += --enable-write_install +LVM2_CONF_OPT += --enable-write_install --enable-pkgconfig # LVM2 uses autoconf, but not automake, and the build system does not # take into account the CC passed at configure time.