From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68E451396D1 for ; Sun, 3 Sep 2017 05:04:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B24A1E0E5A; Sun, 3 Sep 2017 05:04:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88180E0E5A for ; Sun, 3 Sep 2017 05:04:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A63CA341669 for ; Sun, 3 Sep 2017 05:04:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6310D8C27 for ; Sun, 3 Sep 2017 05:03:59 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1504415026.a8c367191320a44b435ce9f9b64a4b72f5e4f7da.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_compile.sh X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: a8c367191320a44b435ce9f9b64a4b72f5e4f7da X-VCS-Branch: master Date: Sun, 3 Sep 2017 05:03:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 00fa93bc-45ac-4fc0-b974-59725d51ac4e X-Archives-Hash: 1bcd183c5776528b9297c0b29023c7b3 commit: a8c367191320a44b435ce9f9b64a4b72f5e4f7da Author: Robin H. Johnson gentoo org> AuthorDate: Sun Sep 3 05:03:46 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Sep 3 05:03:46 2017 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=a8c36719 gen_compile: lvm: support lvmetad and more targets: thin, cache, raid Signed-off-by: Robin H. Johnson gentoo.org> gen_compile.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gen_compile.sh b/gen_compile.sh index 30d5299..f3f9ef1 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -505,6 +505,8 @@ compile_lvm() { --prefix=/ --enable-dmeventd --enable-cmdlib + --enable-lib + --enable-lvmetad --with-lvm1=internal --with-clvmd=none --with-cluster=none @@ -513,6 +515,9 @@ compile_lvm() { --with-mirrors=internal --with-snapshots=internal --with-pool=internal + --with-thin=internal + --with-cache=internal + --with-raid=internal ) CFLAGS="-fPIC" \ ./configure "${LVM_CONF[@]}" \