mnencia

Untitled

Sep 26th, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.48 KB | None | 0 0
  1. diff --git a/Makefile.in b/Makefile.in
  2. index 267dbf77..5243522c 100644
  3. --- a/Makefile.in
  4. +++ b/Makefile.in
  5. @@ -33,7 +33,7 @@ all: \
  6.         repmgrd
  7.  
  8.  # When in development add -Werror
  9. -PG_CPPFLAGS = -std=gnu89 -I$(includedir_internal) -I$(libpq_srcdir) -Wall -Wmissing-prototypes -Wmissing-declarations $(EXTRA_CFLAGS)
  10. +PG_CPPFLAGS = $(EXTRA_CFLAGS) -std=gnu89 -I$(includedir_internal) -I$(libpq_srcdir) -Wall -Wmissing-prototypes -Wmissing-declarations
  11.  SHLIB_LINK = $(libpq)
Advertisement
Add Comment
Please, Sign In to add comment