diff options
| author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2016-07-09 13:16:52 +0000 |
|---|---|---|
| committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2016-07-09 13:16:52 +0000 |
| commit | b3572697b0577a3d683095385b51351f5c8699c1 (patch) | |
| tree | 7c3cd06c5f206e95e67109d59e227deb0bd91793 /databases/postgresql92-server | |
| parent | www/node[4]: Use NLS option to enable system-icu (diff) | |
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
Notes
Notes:
svn path=/head/; revision=418277
Diffstat (limited to 'databases/postgresql92-server')
| -rw-r--r-- | databases/postgresql92-server/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index 1037d38619a1..deb177ddab46 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -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} |
