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. 2
      base/glibc/glibc.conf

2
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