View | Details | Raw Unified | Return to bug 219909
Collapse All | Expand All

(-)postgresql92-server/Makefile (+2 lines)
Lines 137-142 Link Here
137
LDAP_CONFIGURE_WITH=	ldap
137
LDAP_CONFIGURE_WITH=	ldap
138
LDAP_USE=		OPENLDAP=yes
138
LDAP_USE=		OPENLDAP=yes
139
139
140
DTRACE_CONFIGURE_ENV=	DTRACEFLAGS=-xnolibs
141
140
OPTIMIZED_CFLAGS_CFLAGS=	-O3 -funroll-loops
142
OPTIMIZED_CFLAGS_CFLAGS=	-O3 -funroll-loops
141
143
142
DEBUG_CONFIGURE_ENABLE=	debug
144
DEBUG_CONFIGURE_ENABLE=	debug
(-)postgresql96-server/files/patch-src_backend_utils_Makefile (+11 lines)
Line 0 Link Here
1
--- src/backend/utils/Makefile.orig	2017-05-08 21:15:12 UTC
2
+++ src/backend/utils/Makefile
3
@@ -35,7 +35,7 @@ endif
4
 
5
 probes.h: probes.d
6
 ifeq ($(enable_dtrace), yes)
7
-	$(DTRACE) -C -h -s $< -o $@.tmp
8
+	$(DTRACE) $(DTRACEFLAGS) -C -h -s $< -o $@.tmp
9
 	sed -e 's/POSTGRESQL_/TRACE_POSTGRESQL_/g' $@.tmp >$@
10
 	rm $@.tmp
11
 else
(-)postgresql96-server/pkg-plist-server (+1 lines)
Lines 113-118 Link Here
113
%%NLS%%share/locale/ko/LC_MESSAGES/pg_resetxlog-9.6.mo
113
%%NLS%%share/locale/ko/LC_MESSAGES/pg_resetxlog-9.6.mo
114
%%NLS%%share/locale/ko/LC_MESSAGES/pg_rewind-9.6.mo
114
%%NLS%%share/locale/ko/LC_MESSAGES/pg_rewind-9.6.mo
115
%%NLS%%share/locale/ko/LC_MESSAGES/plpgsql-9.6.mo
115
%%NLS%%share/locale/ko/LC_MESSAGES/plpgsql-9.6.mo
116
%%NLS%%share/locale/ko/LC_MESSAGES/postgres-9.6.mo
116
%%NLS%%share/locale/pl/LC_MESSAGES/initdb-9.6.mo
117
%%NLS%%share/locale/pl/LC_MESSAGES/initdb-9.6.mo
117
%%NLS%%share/locale/pl/LC_MESSAGES/pg_basebackup-9.6.mo
118
%%NLS%%share/locale/pl/LC_MESSAGES/pg_basebackup-9.6.mo
118
%%NLS%%share/locale/pl/LC_MESSAGES/pg_controldata-9.6.mo
119
%%NLS%%share/locale/pl/LC_MESSAGES/pg_controldata-9.6.mo

Return to bug 219909