summaryrefslogtreecommitdiffstats
path: root/rules/libarchive.in
blob: 80d1fc8d6df39ae7f6eb6b46a4a9bd39de3a4105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## SECTION=system_libraries

menuconfig LIBARCHIVE
	tristate
	select GCCLIBS_GCC_S
	select ZLIB
	select BZIP2
	select BZIP2_LIBBZ2
	select XZ
	prompt "libarchive                    "
	help
	  Multi-format archive and compression library.

if LIBARCHIVE

config LIBARCHIVE_BSDTAR
	bool
	prompt "install bsdtar"

config LIBARCHIVE_BSDCPIO
	bool
	prompt "install bsdcpio"

endif