From 486e34fd68bc71c082e3ded9a004bd3260307c69 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 27 Jan 2014 23:23:50 +0000 Subject: Add DONTSTRIP to MAKE_ENV to prevent install(1) from stripping the binaries when WITH_DEBUG is set --- Mk/bsd.port.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Mk') diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 518640ea1f7b..93fa6a8433e9 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1310,6 +1310,7 @@ WITH_DEBUG= yes # Reset value from bsd.own.mk. .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) STRIP= #none +MAKE_ENV= DONTSTRIP=yes .endif .include "${PORTSDIR}/Mk/bsd.options.mk" -- cgit