Browse Source

musl/bdb: add tweak to fix config.sub for having musl triplet support

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

3
base/musl/parse-config-9

@ -180,6 +180,9 @@ if [ "$SDECFG_LIBC" == "musl" ]; then
expat)
hook_add postpatch 6 'musl_fix_configsub conftools/config.sub'
;;
bdb)
hook_add postpatch 6 'musl_fix_configsub dist/config.sub'
;;
libtool)
hook_add preconf 9 'musl_findall_fix_configsub'
;;

Loading…
Cancel
Save