Browse Source

musl: fixed libtool cross-compiling at stage 1

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

+ 3
- 0
base/musl/parse-config-9

@ -165,6 +165,9 @@ if [ "$SDECFG_LIBC" == "musl" ]; then
gmp)
hook_add postpatch 6 'musl_fix_configsub configfsf.sub'
;;
libtool)
hook_add preconf 9 'musl_findall_fix_configsub'
;;
esac
# same package translations to look for patches

Loading…
Cancel
Save