mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
* 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 New Issue
Block a user