All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] lcdproc: use ac_cv_mtab_file
@ 2018-10-27 21:01 Fabrice Fontaine
  2018-10-28  7:15 ` Peter Korsgaard
  2018-11-13 23:00 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2018-10-27 21:01 UTC (permalink / raw)
  To: buildroot

Set ac_cv_mtab_file to /etc/mtab otherwise build will fail if no mtab,
mnttab or fstab is found in /etc (on host)

Fixes:
 - http://autobuild.buildroot.org/results/efaf2833d674c7e366c59f367f0b83c7f88546bb

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/lcdproc/lcdproc.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/lcdproc/lcdproc.mk b/package/lcdproc/lcdproc.mk
index e5b6172b15..96e59da409 100644
--- a/package/lcdproc/lcdproc.mk
+++ b/package/lcdproc/lcdproc.mk
@@ -18,7 +18,9 @@ endif
 
 LCDPROC_DEPENDENCIES = freetype ncurses zlib
 
-LCDPROC_CONF_ENV += ac_cv_path_FT2_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config
+LCDPROC_CONF_ENV += \
+	ac_cv_mtab_file=/etc/mtab \
+	ac_cv_path_FT2_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config
 
 ifeq ($(BR2_PACKAGE_LIBPNG),y)
 LCDPROC_DEPENDENCIES += libpng
-- 
2.17.1

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

* [Buildroot] [PATCH 1/1] lcdproc: use ac_cv_mtab_file
  2018-10-27 21:01 [Buildroot] [PATCH 1/1] lcdproc: use ac_cv_mtab_file Fabrice Fontaine
@ 2018-10-28  7:15 ` Peter Korsgaard
  2018-11-13 23:00 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-10-28  7:15 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Set ac_cv_mtab_file to /etc/mtab otherwise build will fail if no mtab,
 > mnttab or fstab is found in /etc (on host)

 > Fixes:
 >  - http://autobuild.buildroot.org/results/efaf2833d674c7e366c59f367f0b83c7f88546bb

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

I'm not sure if there are really any realistic cases where people are
building without /etc/mtab, but Ok.

Committed, thanks.

> ---
 >  package/lcdproc/lcdproc.mk | 4 +++-
 >  1 file changed, 3 insertions(+), 1 deletion(-)

 > diff --git a/package/lcdproc/lcdproc.mk b/package/lcdproc/lcdproc.mk
 > index e5b6172b15..96e59da409 100644
 > --- a/package/lcdproc/lcdproc.mk
 > +++ b/package/lcdproc/lcdproc.mk
 > @@ -18,7 +18,9 @@ endif
 
 >  LCDPROC_DEPENDENCIES = freetype ncurses zlib
 
 > -LCDPROC_CONF_ENV += ac_cv_path_FT2_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config
 > +LCDPROC_CONF_ENV += \
 > +	ac_cv_mtab_file=/etc/mtab \
 > +	ac_cv_path_FT2_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config
 
 >  ifeq ($(BR2_PACKAGE_LIBPNG),y)
 >  LCDPROC_DEPENDENCIES += libpng
 > -- 
 > 2.17.1

 > _______________________________________________
 > buildroot mailing list
 > buildroot at busybox.net
 > http://lists.busybox.net/mailman/listinfo/buildroot

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] lcdproc: use ac_cv_mtab_file
  2018-10-27 21:01 [Buildroot] [PATCH 1/1] lcdproc: use ac_cv_mtab_file Fabrice Fontaine
  2018-10-28  7:15 ` Peter Korsgaard
@ 2018-11-13 23:00 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-11-13 23:00 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Set ac_cv_mtab_file to /etc/mtab otherwise build will fail if no mtab,
 > mnttab or fstab is found in /etc (on host)

 > Fixes:
 >  - http://autobuild.buildroot.org/results/efaf2833d674c7e366c59f367f0b83c7f88546bb

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2018.02.x and 2018.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-11-13 23:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-27 21:01 [Buildroot] [PATCH 1/1] lcdproc: use ac_cv_mtab_file Fabrice Fontaine
2018-10-28  7:15 ` Peter Korsgaard
2018-11-13 23:00 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.