summaryrefslogtreecommitdiffstats
path: root/security/nss/coreconf/UNIX.mk
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/coreconf/UNIX.mk')
-rw-r--r--security/nss/coreconf/UNIX.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/nss/coreconf/UNIX.mk b/security/nss/coreconf/UNIX.mk
index b448e7553..8f6042eee 100644
--- a/security/nss/coreconf/UNIX.mk
+++ b/security/nss/coreconf/UNIX.mk
@@ -14,9 +14,7 @@ ifdef BUILD_OPT
DEFINES += -UDEBUG -DNDEBUG
else
OPTIMIZER += -g
- USERNAME := $(shell whoami)
- USERNAME := $(subst -,_,$(USERNAME))
- DEFINES += -DDEBUG -UNDEBUG -DDEBUG_$(USERNAME)
+ DEFINES += -DDEBUG -UNDEBUG
endif
ifdef BUILD_TREE