Skip to content

Commit 2a50562

Browse files
Add libarchive 3.6.1
1 parent 47c3847 commit 2a50562

File tree

11 files changed

+1657
-3
lines changed

11 files changed

+1657
-3
lines changed

pkg/gen.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ subgen 'iproute2'
4242
subgen 'jbig2dec'
4343
subgen 'kbd'
4444
subgen 'less'
45+
subgen 'libarchive'
4546
subgen 'libass'
4647
subgen 'libcbor'
4748
subgen 'libdrm'

pkg/libarchive/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# libarchive
2+
3+
## config.h
4+
Generated with
5+
6+
```
7+
./configure \
8+
--disable-rpath \
9+
--disable-posix-regex-lib \
10+
--disable-acl \
11+
--without-zlib \
12+
--without-bz2lib \
13+
--without-libb2 \
14+
--without-iconv \
15+
--without-libiconv-prefix \
16+
--without-lz4 \
17+
--without-zstd \
18+
--without-lzma \
19+
--without-cng \
20+
--without-openssl \
21+
--without-xml2 \
22+
--without-expat
23+
```

0 commit comments

Comments
 (0)