X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/03fffa39cf004340fca12c16b1bc6ad66165e1a4..de15ecbe2b52e3b33eea5566531efe5570cff59a:/packages/apt/build.sh diff --git a/packages/apt/build.sh b/packages/apt/build.sh index c309faa0..514ea6cc 100644 --- a/packages/apt/build.sh +++ b/packages/apt/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=https://packages.debian.org/apt TERMUX_PKG_DESCRIPTION="Front-end for the dpkg package manager" -TERMUX_PKG_DEPENDS="liblzma, libgnustl, dpkg, gnupg" +TERMUX_PKG_DEPENDS="liblzma, dpkg, gnupg" # Wait with updating to later version until the NDK supports std::to_string() and other # functions (hopefully in r13): TERMUX_PKG_VERSION=1.2.12 @@ -13,9 +13,6 @@ TERMUX_PKG_FOLDERNAME=apt-${TERMUX_PKG_VERSION} TERMUX_PKG_ESSENTIAL=yes TERMUX_PKG_CONFFILES="etc/apt/sources.list" -# $NDK/docs/STANDALONE-TOOLCHAIN.html: "If you use the GNU libstdc++, you will need to explicitly link with libsupc++ if you use these features" -export LDFLAGS="$LDFLAGS -lgnustl_shared" # -lsupc++" - # Some files use STD*_FILENO without including where they are declared. # Define them here to avoid having to patch files: CXXFLAGS+=" -DSTDIN_FILENO=0 -DSTDOUT_FILENO=1 -DSTDERR_FILENO=2 -DAI_IDN=0"