diff --git a/package/base/glibc/glibc.conf b/package/base/glibc/glibc.conf index fba3c2df9..dea8693f7 100644 --- a/package/base/glibc/glibc.conf +++ b/package/base/glibc/glibc.conf @@ -61,7 +61,7 @@ glibc_custmain() { # code so we can use this glibc to debug other programs. CFLAGS="$CFLAGS -g -DNDEBUG=1" ./configure --with-gnu-binutils \ --enable-add-ons --enable-profile \ - --with-headers=$root/usr/include/linux \ + --with-headers=$root/usr/include \ --with-gd=/usr \ --with-gd-lib=/usr/lib \ --with-gd-include=/usr/include \