From b98dc9f0efff5667debcf1f7d1b655268c27b8db Mon Sep 17 00:00:00 2001 From: John Ericson Date: Thu, 20 Jun 2024 15:05:27 -0400 Subject: [PATCH] bsdSetupHook: Do not define empty `DESTDIR` This breaks OpenBSD, and isn't actually needed for the others after all. --- pkgs/os-specific/bsd/setup-hook.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/os-specific/bsd/setup-hook.sh b/pkgs/os-specific/bsd/setup-hook.sh index f9453708ab5d..bc8d372ca8b8 100644 --- a/pkgs/os-specific/bsd/setup-hook.sh +++ b/pkgs/os-specific/bsd/setup-hook.sh @@ -28,7 +28,6 @@ addMakeFlags() { # Definitions passed to share/mk/*.mk. Should be pretty simple - # eventually maybe move it to a configure script. - export DESTDIR= export USETOOLS=never export NOCLANGERROR=yes export NOGCCERROR=yes