dpkg: update dependencies

This commit is contained in:
Leonid Pliushch 2019-07-21 21:50:24 +03:00
parent ad47bed9bb
commit f657714b6b

View File

@ -2,10 +2,11 @@ TERMUX_PKG_HOMEPAGE=https://packages.debian.org/dpkg
TERMUX_PKG_DESCRIPTION="Debian package management system"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=1.19.7
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/debian/pool/main/d/dpkg/dpkg_${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=4c27fededf620c0aa522fff1a48577ba08144445341257502e7730f2b1a296e8
# with the extract.c.patch we remove the -p and --warning=no-timestamp tar options so we can use busybox tar
TERMUX_PKG_DEPENDS="busybox, liblzma, zlib"
TERMUX_PKG_DEPENDS="bzip2, gzip, libbz2, liblzma, tar, xz-utils, zlib"
TERMUX_PKG_ESSENTIAL=yes
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
@ -18,7 +19,6 @@ ac_cv_lib_selinux_setexecfilecon=no
dpkg_cv_c99_snprintf=yes
HAVE_SETEXECFILECON_FALSE=#
--host=${TERMUX_ARCH}-linux
--without-libbz2
--without-selinux
"