diff options
Diffstat (limited to 'recipes/eglibc/eglibc_svn.bb')
-rw-r--r-- | recipes/eglibc/eglibc_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/eglibc/eglibc_svn.bb b/recipes/eglibc/eglibc_svn.bb index 0621279032..3b7fb849e3 100644 --- a/recipes/eglibc/eglibc_svn.bb +++ b/recipes/eglibc/eglibc_svn.bb @@ -46,7 +46,7 @@ python __anonymous () { EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ --without-cvs --disable-profile --disable-debug --without-gd \ --enable-clocale=gnu \ - --enable-add-ons=${GLIBC_ADDONS},ports \ + --enable-add-ons=${GLIBC_ADDONS} \ --with-headers=${STAGING_INCDIR} \ --without-selinux \ ${GLIBC_EXTRA_OECONF}" |