* Workaround for the wrong <semaphore.h> getting installed. This
appears to be a regression: http://www.mail-archive.com/debian-glibc@lists.debian.org/msg31543.html svn path=/nixpkgs/trunk/; revision=6885
This commit is contained in:
parent
3a6754f6bb
commit
b8f17a1e59
@ -52,6 +52,11 @@ postInstall() {
|
|||||||
fi
|
fi
|
||||||
rm $out/etc/ld.so.cache
|
rm $out/etc/ld.so.cache
|
||||||
(cd $out/include && ln -s $kernelHeaders/include/* .) || exit 1
|
(cd $out/include && ln -s $kernelHeaders/include/* .) || exit 1
|
||||||
|
|
||||||
|
# Workaround for the wrong <semaphore.h> getting installed. This
|
||||||
|
# appears to be a regression:
|
||||||
|
# http://www.mail-archive.com/debian-glibc@lists.debian.org/msg31543.html
|
||||||
|
cp linuxthreads/semaphore.h $out/include
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user