Browse Source

musl: fix lzo and lzop support

stable/0.6
Alejandro Mery 11 years ago
parent
commit
bf8254ca13
  1. 3
      base/musl/parse-config-9

3
base/musl/parse-config-9

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

Loading…
Cancel
Save