Tue Jun 12 11:33:57 PDT 2012
- Next message: [Slony1-commit] Slony-I-commit Bug 263
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bug 263 Normally, one should be able to do ./configure --flags ... CPPFLAGS='...' CFLAGS='...' LDFLAGS='...' With slony, this works for CFLAGS, but CPPFLAGS and LDFLAGS are not recorded in Makefile.global. If this were added, some assignments in Makefile.global because redundant, because the variable already contains the relevant values from configure. Patch from Peter Eisentraut Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=671b724ceed0c82431e5a117f4b01210febd8b9a Modified Files -------------- Makefile.global.in | 5 +++-- RELEASE | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-)
- Next message: [Slony1-commit] Slony-I-commit Bug 263
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list