Browse Source

musl/expat: add fix for config.sub to include musl target support

stable/0.6
Christian Wiese 11 years ago
parent
commit
48bcbcf0bc
  1. 3
      base/musl/parse-config-9

3
base/musl/parse-config-9

@ -177,6 +177,9 @@ if [ "$SDECFG_LIBC" == "musl" ]; then
lzo|lzop|lvm2) lzo|lzop|lvm2)
hook_add postpatch 6 'musl_fix_configsub autoconf/config.sub' hook_add postpatch 6 'musl_fix_configsub autoconf/config.sub'
;; ;;
expat)
hook_add postpatch 6 'musl_fix_configsub conftools/config.sub'
;;
libtool) libtool)
hook_add preconf 9 'musl_findall_fix_configsub' hook_add preconf 9 'musl_findall_fix_configsub'
;; ;;

Loading…
Cancel
Save