Browse Source

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

stable/0.6
Christian Wiese 10 years ago
parent
commit
2b65d57277
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      base/musl/parse-config-9

+ 3
- 0
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