|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../uclibc/parse-config-9 |
|
|
|
|
# Copyright (C) 2006 - 2007 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 - 2008 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -113,11 +113,6 @@ if [ "$SDECFG_LIBC" == "uclibc" ]; then
|
|
|
|
|
hook_add postpatch 6 'uclibc_fix_configsub ./contrib/ldapc++/config.sub' |
|
|
|
|
hook_add postpatch 6 'uclibc_fix_configsub ./build/config.sub' |
|
|
|
|
;; |
|
|
|
|
pkgconfig) |
|
|
|
|
hook_add postpatch 6 'uclibc_fix_configsub ./configure' |
|
|
|
|
hook_add postpatch 6 'uclibc_fix_configsub ./glib-1.2.8/ltconfig' |
|
|
|
|
hook_add postpatch 6 'uclibc_fix_configsub ./glib-1.2.8/config.sub' |
|
|
|
|
;; |
|
|
|
|
libsigc++12) |
|
|
|
|
hook_add postpatch 6 'uclibc_fix_configsub ./scripts/config.sub' |
|
|
|
|
;; |
|
|
|
|