Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jul 2016 13:16:52 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418277 - head/databases/postgresql92-server
Message-ID:  <201607091316.u69DGqig028507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cmt
Date: Sat Jul  9 13:16:52 2016
New Revision: 418277
URL: https://svnweb.freebsd.org/changeset/ports/418277

Log:
  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

Modified:
  head/databases/postgresql92-server/Makefile

Modified: head/databases/postgresql92-server/Makefile
==============================================================================
--- head/databases/postgresql92-server/Makefile	Sat Jul  9 13:06:53 2016	(r418276)
+++ head/databases/postgresql92-server/Makefile	Sat Jul  9 13:16:52 2016	(r418277)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607091316.u69DGqig028507>