diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-06-06 14:24:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-07-21 10:46:56 +0200 |
commit | 37f5165022edcaaa2952f280bf053016507bee82 (patch) | |
tree | 19e6876fc8391672dad82e14822d7a1c33ea935e | |
parent | 7e9b77c5eab458ab00b446d00cb6634a2a02acb4 (diff) |
libarchive: remove xz dependency
-rw-r--r-- | package/libarchive/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libarchive/Makefile b/package/libarchive/Makefile index 9757531ec..67923beea 100644 --- a/package/libarchive/Makefile +++ b/package/libarchive/Makefile @@ -9,7 +9,6 @@ PKG_RELEASE:= 1 PKG_HASH:= ba7eb1781c9fbbae178c4c6bad1c6eb08edab9a1496c64833d1715d022b30e2e PKG_DESCR:= multiformat archive and compression library PKG_SECTION:= libs/comp -PKG_BUILDDEP:= xz PKG_URL:= http://www.libarchive.org/ PKG_SITES:= http://www.libarchive.org/downloads/ PKG_OPTS:= dev |