Browse Source

glibc: fix /usr/include/{bits,gnu} made outside the sandbox

Signed-off-by: Alejandro Mery <amery@geeks.cl>
stable/0.6
Alejandro Mery 11 years ago
parent
commit
4e27e3e0fe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      base/glibc/glibc.conf

+ 1
- 1
base/glibc/glibc.conf

@ -145,7 +145,7 @@ glibc_postmake()
{
if atstage toolchain; then
cp -v ../include/features.h $root$includedir
mkdir -p $includedir/{bits,gnu}
mkdir -p $root$includedir/{bits,gnu}
[ -e $root$includedir/bits/stdio_lim.h ] ||
touch $root$includedir/bits/stdio_lim.h
return

Loading…
Cancel
Save