Skip to content

Commit

Permalink
libraries: add libarchive
Browse files Browse the repository at this point in the history
  • Loading branch information
wfrisch committed Jul 2, 2024
1 parent e48eb05 commit 7d0f65e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,6 @@
[submodule "libraries/libexpat"]
path = libraries/libexpat
url = https://github.com/libexpat/libexpat
[submodule "libraries/libarchive"]
path = libraries/libarchive
url = https://github.com/libarchive/libarchive
25 changes: 25 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,31 @@ def sparse_paths(self):
"db/skiplist_test.cc",
"db/db_iter.cc",
]),
Library('libarchive', [
"libarchive/archive.h",
"libarchive/archive_write_disk_posix.c",
"libarchive/archive_read_support_format_zip.c",
"libarchive/archive_string.c",
"libarchive/archive_read_support_format_rar.c",
"libarchive/archive_read_support_format_iso9660.c",
"libarchive/archive_read_disk_posix.c",
"libarchive/archive_read_support_format_7zip.c",
"libarchive/archive_write_disk_windows.c",
"libarchive/archive_read_support_format_rar5.c",
"libarchive/archive_write_set_format_iso9660.c",
"libarchive/archive_read.c",
"cpio/cpio.c",
"libarchive/archive_read_disk_entry_from_file.c",
"contrib/android/config/windows_host.h",
"tar/write.c",
"libarchive/archive_read_support_format_tar.c",
"libarchive/archive_write_set_format_zip.c",
"libarchive/archive_read_disk_windows.c",
"libarchive/archive_read_support_format_mtree.c",
"libarchive/archive_entry.h",
"libarchive/archive_windows.c",
"tar/bsdtar.c",
]),
Library('libb2', [
"src/blake2b.c",
"src/blake2s.c",
Expand Down
1 change: 1 addition & 0 deletions libraries/libarchive
Submodule libarchive added at 898dc8

0 comments on commit 7d0f65e

Please sign in to comment.