Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Possible libarchive.mk issue
@ 2015-05-22 22:41 Nimai Mahajan
  2015-05-23  9:59 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Nimai Mahajan @ 2015-05-22 22:41 UTC (permalink / raw)
  To: buildroot

Just wanted to get this resolved before the official 2015.05 release.
Is there any reason libarchive has LIBARCHIVE_CONF_OPTS =
--without-lzma hard coded/defined without if/else's? We use libarchive
with xz on our project and don't know how to pre patch these
package/*.mk files before a build so was wondering if this change
could be made now. My assumption is that this was an oversight and
guessing it should be like this ... will push a patch if so.

ifeq ($(BR2_PACKAGE_XZ),y)
LIBARCHIVE_DEPENDENCIES += xz
else
LIBARCHIVE_CONF_OPTS += --without-lzma
endif

Thanks.

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

end of thread, other threads:[~2015-05-23  9:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-22 22:41 [Buildroot] Possible libarchive.mk issue Nimai Mahajan
2015-05-23  9:59 ` Yann E. MORIN

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