diff options
author | davidovski <david@davidovski.xyz> | 2022-01-31 18:25:02 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-31 18:25:02 +0000 |
commit | ca2408fb745102268c2f610a5c777b262f343cae (patch) | |
tree | 80e79d04ec95ad56eab66a341bfa24e793aaa31e /repo/system/libarchive.xibuild | |
parent | f6b37c6928a9c703d23cffaf4bfb55580d0e13dc (diff) |
added iconv to libarchive
Diffstat (limited to 'repo/system/libarchive.xibuild')
-rw-r--r-- | repo/system/libarchive.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/libarchive.xibuild b/repo/system/libarchive.xibuild index 1162909..bb6122f 100644 --- a/repo/system/libarchive.xibuild +++ b/repo/system/libarchive.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(make autoconf libtool) +MAKEDEPS=(make autoconf libtool libpth libiconv) DEPS=(acl bzip2 expat lz4 openssl xz zlib zstd) PKG_VER=3.5.2 |