From 48bcbcf0bcae352898730fe9f115459fddfe3271 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 2 Apr 2014 01:33:31 +0200 Subject: [PATCH] musl/expat: add fix for config.sub to include musl target support --- base/musl/parse-config-9 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/musl/parse-config-9 b/base/musl/parse-config-9 index 9675a4344..47dcbba4c 100644 --- a/base/musl/parse-config-9 +++ b/base/musl/parse-config-9 @@ -177,6 +177,9 @@ if [ "$SDECFG_LIBC" == "musl" ]; then lzo|lzop|lvm2) hook_add postpatch 6 'musl_fix_configsub autoconf/config.sub' ;; + expat) + hook_add postpatch 6 'musl_fix_configsub conftools/config.sub' + ;; libtool) hook_add preconf 9 'musl_findall_fix_configsub' ;;