Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] e2fsprogs: propagate LDCONFIG=true
@ 2016-11-18 15:24 Maxime Hadjinlian
  2016-11-18 15:24 ` [Buildroot] [PATCH 2/2] e2fsprogs: keep util-linux's fsck if chosen Maxime Hadjinlian
  2016-12-11 15:02 ` [Buildroot] [PATCH 1/2] e2fsprogs: propagate LDCONFIG=true Thomas Petazzoni
  0 siblings, 2 replies; 8+ messages in thread
From: Maxime Hadjinlian @ 2016-11-18 15:24 UTC (permalink / raw)
  To: buildroot

We correctly set LDCONFIG=true for MAKE_OPTS, but not for the other
steps which don't inherit it, to avoid permissions error displayed
during the build, we need to set them up.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/e2fsprogs/e2fsprogs.mk | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/e2fsprogs/e2fsprogs.mk b/package/e2fsprogs/e2fsprogs.mk
index 022ba52..b01336a 100644
--- a/package/e2fsprogs/e2fsprogs.mk
+++ b/package/e2fsprogs/e2fsprogs.mk
@@ -57,8 +57,9 @@ ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
 E2FSPROGS_CONF_ENV += LIBS=-lintl
 endif
 
-E2FSPROGS_MAKE_OPTS = \
-	LDCONFIG=true
+E2FSPROGS_MAKE_OPTS = LDCONFIG=true
+E2FSPROGS_INSTALL_STAGING_OPTS = LDCONFIG=true
+E2FSPROGS_INSTALL_TARGET_OPTS = LDCONFIG=true
 
 define HOST_E2FSPROGS_INSTALL_CMDS
 	$(HOST_MAKE_ENV) $(MAKE) -C $(@D) install install-libs
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-03-27 21:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-18 15:24 [Buildroot] [PATCH 1/2] e2fsprogs: propagate LDCONFIG=true Maxime Hadjinlian
2016-11-18 15:24 ` [Buildroot] [PATCH 2/2] e2fsprogs: keep util-linux's fsck if chosen Maxime Hadjinlian
2016-11-21 13:10   ` Carlos Santos
2016-11-21 14:24     ` Maxime Hadjinlian
2016-11-21 15:03       ` Carlos Santos
2017-03-27 21:29         ` Arnout Vandecappelle
2017-03-27 21:31           ` Arnout Vandecappelle
2016-12-11 15:02 ` [Buildroot] [PATCH 1/2] e2fsprogs: propagate LDCONFIG=true Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox