Browse Source

uclibc: changed parse-config-9 to not run uclibc_fix_configsub() for lvm2/device-mapper anymore

user/chris/test/early-mdev
Christian Wiese 14 years ago
committed by Christian Wiese
parent
commit
2068211022
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      base/uclibc/parse-config-9

+ 1
- 4
base/uclibc/parse-config-9

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../uclibc/parse-config-9
# Copyright (C) 2006 - 2009 The OpenSDE Project
# Copyright (C) 2006 - 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -159,9 +159,6 @@ if [ "$SDECFG_LIBC" == "uclibc" ]; then
hook_add postpatch 6 'uclibc_fix_configsub ./aclocal.m4'
hook_add postpatch 6 'uclibc_fix_configsub ./config/config.sub'
;;
device-mapper|lvm2)
hook_add postpatch 6 'uclibc_fix_configsub ./autoconf/config.sub'
;;
libdvdcss|libdvbpsi3|libmpeg2|a52dec)
hook_add postpatch 6 'uclibc_fix_configsub ./autotools/config.sub'
;;

Loading…
Cancel
Save