From c24ba8c5adfb5aaa71526f50216f1128b7606c8f Mon Sep 17 00:00:00 2001 From: Pierce Andjelkovic Date: Thu, 10 Mar 2022 17:44:45 +1100 Subject: [PATCH] Ports: Add config_sub_path to flex --- Ports/flex/package.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Ports/flex/package.sh b/Ports/flex/package.sh index 14b6926c28..2b28ea5dcb 100755 --- a/Ports/flex/package.sh +++ b/Ports/flex/package.sh @@ -5,6 +5,7 @@ files="https://github.com/westes/flex/releases/download/v${version}/flex-${versi https://github.com/westes/flex/releases/download/v${version}/flex-${version}.tar.gz.sig flex-${version}.tar.gz.sig" useconfigure=true use_fresh_config_sub=true +config_sub_path=build-aux/config.sub configopts=("--disable-bootstrap") depends=("m4" "pcre2") auth_type="sig"