All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/xorriso: fix host option
@ 2020-11-15 21:55 Fabrice Fontaine
  2020-11-16 16:16 ` Peter Korsgaard
  2020-11-16 21:24 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-11-15 21:55 UTC (permalink / raw)
  To: buildroot

--disable-bzip2 is not a recognized option so replace it by
--disable-libbz2

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/xorriso/xorriso.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/xorriso/xorriso.mk b/package/xorriso/xorriso.mk
index 8bb3c5e9fa..7b38f268bb 100644
--- a/package/xorriso/xorriso.mk
+++ b/package/xorriso/xorriso.mk
@@ -14,7 +14,7 @@ XORRISO_LICENSE_FILES = COPYING COPYRIGHT
 HOST_XORRISO_CONF_OPTS = \
 	--disable-xattr-h-pref-attr \
 	--disable-zlib \
-	--disable-bzip2 \
+	--disable-libbz2 \
 	--disable-libcdio \
 	--disable-libreadline \
 	--disable-libedit \
-- 
2.29.2

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

* [Buildroot] [PATCH 1/1] package/xorriso: fix host option
  2020-11-15 21:55 [Buildroot] [PATCH 1/1] package/xorriso: fix host option Fabrice Fontaine
@ 2020-11-16 16:16 ` Peter Korsgaard
  2020-11-16 21:24 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-16 16:16 UTC (permalink / raw)
  To: buildroot

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

 > --disable-bzip2 is not a recognized option so replace it by
 > --disable-libbz2

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/xorriso: fix host option
  2020-11-15 21:55 [Buildroot] [PATCH 1/1] package/xorriso: fix host option Fabrice Fontaine
  2020-11-16 16:16 ` Peter Korsgaard
@ 2020-11-16 21:24 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-16 21:24 UTC (permalink / raw)
  To: buildroot

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

 > --disable-bzip2 is not a recognized option so replace it by
 > --disable-libbz2

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

Committed to 2020.02.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-11-16 21:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-15 21:55 [Buildroot] [PATCH 1/1] package/xorriso: fix host option Fabrice Fontaine
2020-11-16 16:16 ` Peter Korsgaard
2020-11-16 21:24 ` 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.