mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bastian Krause <bst@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: [ptxdist] [PATCH 4/5] host-lvm2: new package
Date: Fri,  8 Feb 2019 10:12:18 +0100	[thread overview]
Message-ID: <20190208091219.1603-4-bst@pengutronix.de> (raw)
In-Reply-To: <20190208091219.1603-1-bst@pengutronix.de>

ncurses and readline support is not necessary for the host tool version.

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/host-lvm2.in   |  8 ++++++
 rules/host-lvm2.make | 67 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 75 insertions(+)
 create mode 100644 rules/host-lvm2.in
 create mode 100644 rules/host-lvm2.make

diff --git a/rules/host-lvm2.in b/rules/host-lvm2.in
new file mode 100644
index 000000000..c77fc3e28
--- /dev/null
+++ b/rules/host-lvm2.in
@@ -0,0 +1,8 @@
+## SECTION=hosttools_noprompt
+
+config HOST_LVM2
+	tristate
+	help
+	  LVM2 refers to a new userspace toolset that provide logical volume management
+	  facilities on linux. It is reasonably backwards-compatible with the original
+	  LVM toolset
diff --git a/rules/host-lvm2.make b/rules/host-lvm2.make
new file mode 100644
index 000000000..a74a992cd
--- /dev/null
+++ b/rules/host-lvm2.make
@@ -0,0 +1,67 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2019 by Bastian Krause <bst@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_LVM2) += host-lvm2
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_LVM2_CONF_TOOL	:= autoconf
+# --disable-o_direct leads to compilation error ("device/dev-io.c:537:5: error: label 'opened' used but not defined")
+HOST_LVM2_CONF_OPT	:= \
+	$(HOST_AUTOCONF) \
+	--disable-static_link \
+	--disable-lvm1_fallback \
+	--disable-thin_check_needs_check \
+	--disable-cache_check_needs_check \
+	--disable-readline \
+	--enable-realtime \
+	--disable-ocf \
+	--disable-cmirrord \
+	--disable-debug \
+	--disable-profiling \
+	--disable-testing \
+	--disable-valgrind-pool \
+	--enable-devmapper \
+	--disable-lvmetad \
+	--disable-lvmpolld \
+	--disable-lvmlockd-sanlock \
+	--disable-lvmlockd-dlm \
+	--disable-use-lvmlockd \
+	--disable-use-lvmetad \
+	--disable-use-lvmpolld \
+	--disable-dmfilemapd \
+	--disable-notify-dbus \
+	--disable-blkid_wiping \
+	--disable-compat \
+	--disable-units-compat \
+	--disable-ioctl \
+	--enable-o_direct \
+	--disable-applib \
+	--disable-cmdlib \
+	--disable-python_bindings \
+	--disable-python2_bindings \
+	--disable-python3_bindings \
+	--disable-pkgconfig \
+	--disable-write_install \
+	--disable-fsadm \
+	--disable-blkdeactivate \
+	--disable-dmeventd \
+	--disable-selinux \
+	--disable-nls
+
+# vim: syntax=make
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2019-02-08  9:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-08  9:12 [ptxdist] [PATCH 1/5] cryptsetup: version bump 2.0.3 -> 2.0.6 Bastian Krause
2019-02-08  9:12 ` [ptxdist] [PATCH 2/5] host-json-c: new package Bastian Krause
2019-02-08  9:12 ` [ptxdist] [PATCH 3/5] host-libpopt: " Bastian Krause
2019-02-08  9:12 ` Bastian Krause [this message]
2019-02-08  9:12 ` [ptxdist] [PATCH 5/5] host-cryptsetup: " Bastian Krause

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190208091219.1603-4-bst@pengutronix.de \
    --to=bst@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox