|
|
|
@ -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' |
|
|
|
|
;; |
|
|
|
|