1 2 3 4 5 6 7 8 9 10 11 12 13
|
Place includedir_server first so pg_config.h has the correct PG_VERSION_NUM
--- a/Makefile.in
b/Makefile.in
@@ -46,7 46,7 @@ all: \
repmgrd
# When in development add -Werror
-PG_CPPFLAGS = -std=gnu89 -I$(includedir_internal) -I$(libpq_srcdir) -Wall -Wmissing-prototypes -Wmissing-declarations $(EXTRA_CFLAGS)
PG_CPPFLAGS = -std=gnu89 -I$(includedir_server) -I$(includedir_internal) -I$(libpq_srcdir) -Wall -Wmissing-prototypes -Wmissing-declarations $(EXTRA_CFLAGS)
SHLIB_LINK = $(libpq)
|