diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-28 07:23:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-28 07:23:50 +0800 |
commit | 486e34fd68bc71c082e3ded9a004bd3260307c69 (patch) | |
tree | aac713bd48980e8a0c7fc5381ddac60e69420a8e /Mk | |
parent | 74ea2f12c01eea29db5c6b1302b3e14bac84575c (diff) | |
download | freebsd-ports-gnome-486e34fd68bc71c082e3ded9a004bd3260307c69.tar.gz freebsd-ports-gnome-486e34fd68bc71c082e3ded9a004bd3260307c69.tar.zst freebsd-ports-gnome-486e34fd68bc71c082e3ded9a004bd3260307c69.zip |
Add DONTSTRIP to MAKE_ENV to prevent install(1) from stripping the binaries when WITH_DEBUG is set
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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" |