From 78801a58fb8fffcae133ffcc48c6f066d6f51f47 Mon Sep 17 00:00:00 2001 From: Ian Leonard Date: Mon, 1 Jul 2024 22:12:05 -0400 Subject: [PATCH] libgpg-error: replace toolchain depend Signed-off-by: Ian Leonard --- packages/security/libgpg-error/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/security/libgpg-error/package.mk b/packages/security/libgpg-error/package.mk index a1092632c7..d98a18abac 100644 --- a/packages/security/libgpg-error/package.mk +++ b/packages/security/libgpg-error/package.mk @@ -8,7 +8,7 @@ PKG_SHA256="69405349e0a633e444a28c5b35ce8f14484684518a508dc48a089992fe93e20a" PKG_LICENSE="GPLv2" PKG_SITE="https://www.gnupg.org" PKG_URL="https://www.gnupg.org/ftp/gcrypt/libgpg-error/${PKG_NAME}-${PKG_VERSION}.tar.bz2" -PKG_DEPENDS_TARGET="toolchain" +PKG_DEPENDS_TARGET="autotools:host gcc:host" PKG_LONGDESC="A library that defines common error values for all GnuPG components." pre_configure_target() {