3
0
Fork 0
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:
Eelco Dolstra 2006-10-21 11:36:28 +00:00
parent 0b85530440
commit bc22a981e5

View file

@ -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