Browse Source

musl/lvm2: improved parse-config-9 to fix autoconf/config.sub

stable/0.6
Christian Wiese 12 years ago
parent
commit
e76ac830ef
  1. 2
      base/musl/parse-config-9

2
base/musl/parse-config-9

@ -174,7 +174,7 @@ 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) lzo|lzop|lvm2)
hook_add postpatch 6 'musl_fix_configsub autoconf/config.sub' hook_add postpatch 6 'musl_fix_configsub autoconf/config.sub'
;; ;;
libtool) libtool)

Loading…
Cancel
Save