mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 08:56:29 +00:00
Hacky workaround for hacky workaround in 9.4
For some reason 9.4 doesn't install the repmgr/repmgrd binaries with "SCRIPTS_built". "SCRIPTS" seems to work for both 9.4 and later versions.
This commit is contained in:
@@ -13,10 +13,8 @@ DATA = \
|
|||||||
repmgr--unpackaged--4.0.sql \
|
repmgr--unpackaged--4.0.sql \
|
||||||
repmgr--4.0.sql
|
repmgr--4.0.sql
|
||||||
|
|
||||||
|
|
||||||
# Hacky workaround to install the binaries
|
# Hacky workaround to install the binaries
|
||||||
SCRIPTS_built = repmgr repmgrd
|
SCRIPTS += repmgr repmgrd
|
||||||
|
|
||||||
|
|
||||||
# When in development add -Werror
|
# When in development add -Werror
|
||||||
PG_CPPFLAGS = -std=gnu89 -I$(libpq_srcdir) -Wall -Wmissing-prototypes -Wmissing-declarations $(EXTRA_CFLAGS)
|
PG_CPPFLAGS = -std=gnu89 -I$(libpq_srcdir) -Wall -Wmissing-prototypes -Wmissing-declarations $(EXTRA_CFLAGS)
|
||||||
@@ -29,6 +27,7 @@ OBJS = \
|
|||||||
|
|
||||||
include Makefile.global
|
include Makefile.global
|
||||||
|
|
||||||
|
|
||||||
$(info Building against PostgreSQL $(MAJORVERSION))
|
$(info Building against PostgreSQL $(MAJORVERSION))
|
||||||
|
|
||||||
REPMGR_CLIENT_OBJS = repmgr-client.o \
|
REPMGR_CLIENT_OBJS = repmgr-client.o \
|
||||||
|
|||||||
Reference in New Issue
Block a user