From patchwork Tue Feb 4 10:06:03 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 316513 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 E933D2C0084 for ; Tue, 4 Feb 2014 21:06:16 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0582193BC7; Tue, 4 Feb 2014 10:06:15 +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 vvzcO5tb8E0k; Tue, 4 Feb 2014 10:06:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 33EA288175; Tue, 4 Feb 2014 10:06:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 0BC8F1BF9DB for ; Tue, 4 Feb 2014 10:06:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 08B808C02C for ; Tue, 4 Feb 2014 10:06:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UU5OLrzxwZ6K for ; Tue, 4 Feb 2014 10:06:11 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9EC4B8C00D for ; Tue, 4 Feb 2014 10:06:10 +0000 (UTC) Received: by mail-we0-f178.google.com with SMTP id q59so3793405wes.37 for ; Tue, 04 Feb 2014 02:06:09 -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; bh=n2HmSxkPhPB6mbjDBWl5IjnGPu7S19BUdQgjZbjO4+0=; b=sdGI7Y+6GGiMfdqVZ37CzfxCE+feH8QrPor51rATB3tM9OY4UwC/uzjvoAKW2CqQgf wWAsfXpgubZ94mGNAyAod0NvVS7c7TwdefDf0yb6w3OOvbLXkY0lWd5IXEmO1XpsDykt 27bnmrdo44aIpYBEPAnRiUNnugiDW1l3dRcLRQt1e3X+/K/p+0JlfqGQ6vnFi4BW8MfG zF4wwWEchNlxxDe5AGpqYIDuwfvDoamuPQa3Of4rFY4DbK+ZGhhmkfIMxz75R7hrT16J fK565DLodADE4tjjw124+thR8Thd4M/XrT1kwYfk5ITvE7mG4bgUZTjmCp5B+7hhNyl5 XSag== X-Received: by 10.194.57.239 with SMTP id l15mr1220646wjq.40.1391508369008; Tue, 04 Feb 2014 02:06:09 -0800 (PST) Received: from localhost ([74.125.61.14]) by mx.google.com with ESMTPSA id gt6sm18836629wib.8.2014.02.04.02.06.07 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 04 Feb 2014 02:06:08 -0800 (PST) From: Maxime Hadjinlian To: buildroot@busybox.net Date: Tue, 4 Feb 2014 11:06:03 +0100 Message-Id: <1391508365-30961-1-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 1.8.5.3 Cc: Antony Vennard Subject: [Buildroot] [PATCH 1/3] lvm2: Enable cmdlib and dmeventd 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 In order to use a newer dmraid, the lvm2 package needs to be compiled with --enable-cmdlib --enable-dmeventd, which dmraid can then invoke on boot. Signed-off-by: Maxime Hadjinlian Cc: Antony Vennard --- package/lvm2/lvm2.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk index 6566b32..0183e05 100644 --- a/package/lvm2/lvm2.mk +++ b/package/lvm2/lvm2.mk @@ -13,7 +13,8 @@ LVM2_LICENSE_FILES = COPYING COPYING.LIB # Make sure that binaries and libraries are installed with write # permissions for the owner. -LVM2_CONF_OPT += --enable-write_install --enable-pkgconfig +LVM2_CONF_OPT += --enable-write_install --enable-pkgconfig \ + --enable-cmdlib --enable-dmeventd # LVM2 uses autoconf, but not automake, and the build system does not # take into account the CC passed at configure time.