Browse Source

musl: fixed libtool cross-compiling at stage 1

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

3
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