Browse Source

Changed glibc to always enable 'ports' addon

early
Alejandro Mery 18 years ago
parent
commit
4d7bb590ba
  1. 7
      base/glibc/glibc.conf

7
base/glibc/glibc.conf

@ -48,7 +48,7 @@ if pkginstalled libgd; then
fi
# --enable-add-ons expects a comma seperated list of add-ons
glibc_addons=
glibc_addons="ports"
# ckeck whether to enable nptl if supported by the architecture
if [ $SDECFG_PKG_GLIBC_TLS = 1 ]; then
@ -69,10 +69,7 @@ if [ $SDECFG_PKG_GLIBC_LIBIDN = 1 ]; then
var_append glibc_addons "," "libidn"
fi
# if there are add-ons defined append a proper list of add-ons to the
# extraconfopt's
[[ -z $glibc_addons ]] || \
var_append extraconfopt " " "--enable-add-ons=$glibc_addons"
var_append extraconfopt " " "--enable-add-ons=$glibc_addons"
# control whether to include profiling support
if [ $SDECFG_PKG_GLIBC_ENABLE_PROFILE = 1 ] ; then

Loading…
Cancel
Save