From 904c8e36369566fd089e4155e8385dae5d4d80f9 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Fri, 1 Apr 2022 11:56:29 +0200 Subject: [PATCH] vbox6: disable asseertions in depot pkg Issue #4464 --- repos/ports/recipes/src/vbox6/content.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/repos/ports/recipes/src/vbox6/content.mk b/repos/ports/recipes/src/vbox6/content.mk index 70ef6ed2f5..d283e1c489 100644 --- a/repos/ports/recipes/src/vbox6/content.mk +++ b/repos/ports/recipes/src/vbox6/content.mk @@ -12,9 +12,8 @@ $(MIRROR_FROM_REP_DIR): content: disable_assertions disable_assertions: $(MIRROR_FROM_REP_DIR) - #TODO - #rm lib/mk/virtualbox6-debug.inc - #touch lib/mk/virtualbox6-debug.inc + rm lib/mk/virtualbox6-debug.inc + touch lib/mk/virtualbox6-debug.inc PORT_DIR := $(call port_dir,$(REP_DIR)/ports/virtualbox6)