Browse Source

Changed glibc to always enable 'ports' addon

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

5
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,9 +69,6 @@ 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"
# control whether to include profiling support

Loading…
Cancel
Save