fakeroot: drop PKG_TOOLCHAIN hardcoding - already defaults to configure

This commit is contained in:
Rudi Heitbaum 2024-01-14 03:20:42 +00:00
parent fa5abde81c
commit bc118526b7

View File

@ -10,7 +10,6 @@ PKG_SITE="https://tracker.debian.org/pkg/fakeroot"
PKG_URL="http://ftp.debian.org/debian/pool/main/f/fakeroot/${PKG_NAME}_${PKG_VERSION}.orig.tar.gz"
PKG_DEPENDS_HOST="ccache:host libcap:host autoconf:host libtool:host"
PKG_LONGDESC="fakeroot provides a fake root environment by means of LD_PRELOAD and SYSV IPC (or TCP) trickery."
PKG_TOOLCHAIN="configure"
PKG_CONFIGURE_OPTS_HOST="--with-gnu-ld"