Ports: Point libexpat to the correct config.sub location

This commit is contained in:
Pierce Andjelkovic 2022-03-10 18:11:07 +11:00 committed by Linus Groh
parent 37161afbdf
commit 7b2e0af13f
Notes: sideshowbarker 2024-07-17 17:23:23 +09:00

View file

@ -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}