forked from mirrors/nixpkgs
* Remove <dlfcn.h>, it makes some packages think we can load dynamic
libraries. svn path=/nixpkgs/trunk/; revision=6796
This commit is contained in:
parent
0b85530440
commit
bc22a981e5
|
@ -15,6 +15,10 @@ postInstall() {
|
|||
|
||||
# Copy <sys/user.h> from Glibc; binutils wants it.
|
||||
cp $glibc/include/sys/user.h $out/include/sys/
|
||||
|
||||
# Remove <dlfcn.h>, it makes some packages think we can load
|
||||
# dynamic libraries.
|
||||
rm $out/include/dlfcn.h
|
||||
}
|
||||
|
||||
genericBuild
|
||||
|
|
Loading…
Reference in a new issue