Browse Source

uclibc: enabled NFTW support by default (at least mdadm needs it)

user/amery/mess
Christian Wiese 14 years ago
committed by Alejandro Mery
parent
commit
db9c70f841
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      base/uclibc/uclibc.conf

+ 3
- 0
base/uclibc/uclibc.conf

@ -105,6 +105,9 @@ default_config() {
# needed for attr
echo "X UCLIBC_HAS_FTW"
# needed for mdadm
echo "X UCLIBC_HAS_NFTW"
# needed for acl (among others)
echo "X UCLIBC_HAS_GETTEXT_AWARENESS"

Loading…
Cancel
Save