pkg-config: drop dependency on ccache:host, add local-cc build flag

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2022-12-01 18:04:27 +01:00
parent d71a7c52be
commit 0b125af1eb

View File

@ -7,8 +7,9 @@ PKG_SHA256="6fc69c01688c9458a57eb9a1664c9aba372ccda420a02bf4429fe610e7e7d591"
PKG_LICENSE="GPL"
PKG_SITE="http://www.freedesktop.org/software/pkgconfig/"
PKG_URL="http://pkg-config.freedesktop.org/releases/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_HOST="ccache:host gettext:host"
PKG_DEPENDS_HOST="gettext:host"
PKG_LONGDESC="A system for managing library compile/link flags that works with automake and autoconf."
PKG_BUILD_FLAGS="+local-cc"
PKG_CONFIGURE_OPTS_HOST="--disable-silent-rules \
--with-internal-glib --disable-dtrace \