diff --git a/base/musl/parse-config-9 b/base/musl/parse-config-9 index f444b4f9a..b6722f24f 100644 --- a/base/musl/parse-config-9 +++ b/base/musl/parse-config-9 @@ -174,6 +174,9 @@ if [ "$SDECFG_LIBC" == "musl" ]; then gmp) hook_add postpatch 6 'musl_fix_configsub configfsf.sub' ;; + lzo|lzop) + hook_add postpatch 6 'musl_fix_configsub autoconf/config.sub' + ;; libtool) hook_add preconf 9 'musl_findall_fix_configsub' ;;