forked from mirrors/nixpkgs
* Hack to address a GNU Make impurity (NIXPKGS-45).
svn path=/nixpkgs/trunk/; revision=8054
This commit is contained in:
parent
f7e838f5f9
commit
26a710ad67
|
@ -1,3 +1,8 @@
|
||||||
|
# There is a dependency somewhere on `-ldl', which Make treats
|
||||||
|
# specially by mapping it to /usr/lib/libdl.so. That won't work on
|
||||||
|
# NixOS, so force Make to search in our own Glibc.
|
||||||
|
export VPATH=$(cat ${NIX_GCC}/nix-support/orig-libc)/lib
|
||||||
|
|
||||||
preConfigure=preConfigure
|
preConfigure=preConfigure
|
||||||
preConfigure() {
|
preConfigure() {
|
||||||
unpackFile $mesaSrc
|
unpackFile $mesaSrc
|
||||||
|
|
Loading…
Reference in a new issue