|
|
@ -1,9 +1,8 @@ |
|
|
|
#!/bin/sh -x |
|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../uclibc/parse-config-9 |
|
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2007 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
@ -13,6 +12,7 @@ |
|
|
|
# the Free Software Foundation; version 2 of the License. A copy of the |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
if [ "$SDECFG_LIBC" == "uclibc" ]; then |
|
|
|
pkg_uclibc_dir=$base/package/base/uclibc |
|
|
|
|
|
|
@ -175,6 +175,13 @@ if [ "$SDECFG_LIBC" == "uclibc" ]; then |
|
|
|
;; |
|
|
|
esac |
|
|
|
|
|
|
|
if [ "$SDECFG_STATIC" == 1 ]; then |
|
|
|
case "$pkg" in |
|
|
|
openssl|iproute2) |
|
|
|
var_append GCC_WRAPPER_REMOVE ' ' '-ldl' ;; |
|
|
|
esac |
|
|
|
fi |
|
|
|
|
|
|
|
# same package translations to look for patches |
|
|
|
case "$pkg" in |
|
|
|
linux24*) |
|
|
|