Browse Source

* changed uclibc/openssl to remove -ldl from parse-config instead of custom config

* changed uclibc to also remove -ldl from iproute2


git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20513 10447126-35f2-4685-b0cf-6dd780d3921f
early
Alejandro Mery 18 years ago
parent
commit
fa0e6e40d8
  1. 11
      base/uclibc/parse-config-9
  2. 15
      base/uclibc/pkg_conf/openssl.conf

11
base/uclibc/parse-config-9

@ -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*)

15
base/uclibc/pkg_conf/openssl.conf

@ -1,15 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../uclibc/pkg_conf/openssl.conf
# Copyright (C) 2006 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# 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 ---
var_append GCC_WRAPPER_REMOVE ' ' '-ldl'
Loading…
Cancel
Save