|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../glibc/glibc.conf |
|
|
|
# Copyright (C) 2006 - 2009 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2010 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
@ -75,11 +75,6 @@ else |
|
|
|
var_append extraconfopt " " "--without-tls" |
|
|
|
fi |
|
|
|
|
|
|
|
# ckeck whether to enable libidn support |
|
|
|
if [ $SDECFG_PKG_GLIBC_LIBIDN = 1 ]; then |
|
|
|
var_append glibc_addons "," "libidn" |
|
|
|
fi |
|
|
|
|
|
|
|
var_append extraconfopt " " "--enable-add-ons=$glibc_addons" |
|
|
|
|
|
|
|
# control whether to include profiling support |
|
|
@ -96,7 +91,6 @@ glibc_prepatch() { |
|
|
|
local tarball= tarname= |
|
|
|
local addon= addons="ports" |
|
|
|
|
|
|
|
[ "$SDECFG_PKG_GLIBC_LIBIDN" != '1' ] || var_append addons ' ' 'libidn' |
|
|
|
##[ "$SDECFG_PKG_GLIBC_TLS" = 1 ] || var_append addons ' ' 'linuxthreads' |
|
|
|
|
|
|
|
for addon in $addons; do |
|
|
|