diff options
author | Slávek Banko <[email protected]> | 2018-07-26 18:12:33 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-07-26 18:12:54 +0200 |
commit | 13b67c9bf79a68cd654e94ff24a0b9274681ace6 (patch) | |
tree | 48efc8a447491f2eaf9ccac7b306bc0ef224bdc2 /kexi/migration | |
parent | ad5d5e83d748c73885eb9016137b2a13f1ec2a36 (diff) | |
download | koffice-13b67c9bf79a68cd654e94ff24a0b9274681ace6.tar.gz koffice-13b67c9bf79a68cd654e94ff24a0b9274681ace6.zip |
Fix FTBFS with libpqxx >= 6.x
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit c17464869b6c5f7fbbf5a072ea470fbfff2ae26b)
Diffstat (limited to 'kexi/migration')
-rw-r--r-- | kexi/migration/pqxx/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kexi/migration/pqxx/Makefile.am b/kexi/migration/pqxx/Makefile.am index a3d78de5..87f6c247 100644 --- a/kexi/migration/pqxx/Makefile.am +++ b/kexi/migration/pqxx/Makefile.am @@ -1,5 +1,7 @@ include $(top_srcdir)/kexi/Makefile.global +CXXFLAGS += $(PQXX_CXXFLAGS) + kde_module_LTLIBRARIES = keximigrate_pqxx.la INCLUDES = -I$(srcdir)/../../.. -I$(top_srcdir)/kexi $(all_includes) -I$(PG_INCDIR) -I$(PQXX_INCDIR) |