1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

do not strip binaries when building with DTRACE

stripping would destroy some probes and might result in instable
behaviour when trying to access those probes.

PR:		204314
Approved by:	rene (mentor), maintainer-timeout
This commit is contained in:
Christoph Moench-Tegeder 2016-07-09 13:16:52 +00:00
parent 97dfec1387
commit b3572697b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418277

View File

@ -166,6 +166,7 @@ PATCH_DIST_STRIP=-p1
. if ${PORT_OPTIONS:MDTRACE}
CONFIGURE_ARGS+=--enable-dtrace
LDFLAGS+=-lelf
INSTALL_TARGET=install
. endif
.if ${PORT_OPTIONS:MGSSAPI}