From: Andreas Helmcke <ahelmcke@ela-soft.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 2/2] host-squashfs-tools: Follow target squashfs-tools
Date: Tue, 16 Jul 2024 16:41:16 +0200 [thread overview]
Message-ID: <20240716144114.115155-4-ahelmcke@ela-soft.com> (raw)
In-Reply-To: <20240716144114.115155-2-ahelmcke@ela-soft.com>
install prebuild man pages
Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
---
rules/host-squashfs-tools.make | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/rules/host-squashfs-tools.make b/rules/host-squashfs-tools.make
index d24accd91..aa490b59d 100644
--- a/rules/host-squashfs-tools.make
+++ b/rules/host-squashfs-tools.make
@@ -27,8 +27,17 @@ HOST_SQUASHFS_TOOLS_MAKE_OPT := \
XZ_SUPPORT=$(call ptx/ifdef, PTXCONF_HOST_SQUASHFS_TOOLS_XZ_SUPPORT,1,0) \
ZSTD_SUPPORT=$(call ptx/ifdef, PTXCONF_HOST_SQUASHFS_TOOLS_ZSTD_SUPPORT,1,0)
-HOST_SQUASHFS_TOOLS_MAKE_ENV := $(HOST_ENV) EXTRA_LDFLAGS="-L$(PTXDIST_SYSROOT_HOST)/usr/lib/xz"
+HOST_SQUASHFS_TOOLS_MAKE_ENV := \
+ $(HOST_ENV) \
+ EXTRA_LDFLAGS="-L$(PTXDIST_SYSROOT_HOST)/usr/lib/xz" \
+ CONFIG=1 \
+ USE_PREBUILT_MANPAGES=y
+
HOST_SQUASHFS_TOOLS_MAKE_PAR := NO
-HOST_SQUASHFS_TOOLS_INSTALL_OPT = install INSTALL_DIR="$(HOST_SQUASHFS_TOOLS_PKGDIR)/usr/sbin"
+HOST_SQUASHFS_TOOLS_INSTALL_OPT = \
+ install \
+ INSTALL_DIR="$(HOST_SQUASHFS_TOOLS_PKGDIR)/usr/sbin" \
+ INSTALL_MANPAGES_DIR="$(HOST_SQUASHFS_TOOLS_PKGDIR)/usr/local/man/man1"
+
# vim: syntax=make
--
2.43.0
next prev parent reply other threads:[~2024-07-16 14:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-16 14:41 [ptxdist] [PATCH 1/2] squashfs-tools: version bump 4.5.1 -> 4.6.1 Andreas Helmcke
2024-07-16 14:41 ` Andreas Helmcke [this message]
2024-08-05 6:49 ` [ptxdist] [APPLIED] host-squashfs-tools: Follow target squashfs-tools Michael Olbrich
2024-08-05 6:49 ` [ptxdist] [APPLIED] squashfs-tools: version bump 4.5.1 -> 4.6.1 Michael Olbrich
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=20240716144114.115155-4-ahelmcke@ela-soft.com \
--to=ahelmcke@ela-soft.com \
--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