From 7b2e0af13f1fee9440a6e2ac8ce7ea0e769a641d Mon Sep 17 00:00:00 2001 From: Pierce Andjelkovic Date: Thu, 10 Mar 2022 18:11:07 +1100 Subject: [PATCH] Ports: Point libexpat to the correct config.sub location --- Ports/libexpat/package.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Ports/libexpat/package.sh b/Ports/libexpat/package.sh index f8e55f9f7d..e06bf79ac2 100755 --- a/Ports/libexpat/package.sh +++ b/Ports/libexpat/package.sh @@ -3,6 +3,7 @@ port=libexpat version=2.2.9 useconfigure=true use_fresh_config_sub=true +config_sub_path=conftools/config.sub files="https://github.com/libexpat/libexpat/releases/download/R_2_2_9/expat-${version}.tar.xz expat-${version}.tar.xz https://github.com/libexpat/libexpat/releases/download/R_2_2_9/expat-${version}.tar.xz.asc expat-${version}.tar.xz.asc" workdir=expat-${version}