mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
bsdSetupHook: Do not define empty DESTDIR
This breaks OpenBSD, and isn't actually needed for the others after all.
This commit is contained in:
parent
3e1871e364
commit
b98dc9f0ef
@ -28,7 +28,6 @@ addMakeFlags() {
|
|||||||
|
|
||||||
# Definitions passed to share/mk/*.mk. Should be pretty simple -
|
# Definitions passed to share/mk/*.mk. Should be pretty simple -
|
||||||
# eventually maybe move it to a configure script.
|
# eventually maybe move it to a configure script.
|
||||||
export DESTDIR=
|
|
||||||
export USETOOLS=never
|
export USETOOLS=never
|
||||||
export NOCLANGERROR=yes
|
export NOCLANGERROR=yes
|
||||||
export NOGCCERROR=yes
|
export NOGCCERROR=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user