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:33 +0200 |
commit | c17464869b6c5f7fbbf5a072ea470fbfff2ae26b (patch) | |
tree | 82dcaf47de0fd630649eaf8f07c321219e7a8133 /lib/kross/python | |
parent | f622d0aa109a1ef604042746f8b48ee8019e4f75 (diff) | |
download | koffice-c17464869b6c5f7fbbf5a072ea470fbfff2ae26b.tar.gz koffice-c17464869b6c5f7fbbf5a072ea470fbfff2ae26b.zip |
Fix FTBFS with libpqxx >= 6.x
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'lib/kross/python')
-rw-r--r-- | lib/kross/python/Makefile.am | 2 | ||||
-rw-r--r-- | lib/kross/python/cxx/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/kross/python/Makefile.am b/lib/kross/python/Makefile.am index 743b3e0c..0fc93556 100644 --- a/lib/kross/python/Makefile.am +++ b/lib/kross/python/Makefile.am @@ -1,5 +1,7 @@ include $(top_srcdir)/lib/kross/Makefile.global +CXXFLAGS += $(USE_EXCEPTIONS) + kde_module_LTLIBRARIES = krosspython.la krosspython_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) $(LIBPYTHON) $(PYTHONLIB) -module $(VER_INFO) diff --git a/lib/kross/python/cxx/Makefile.am b/lib/kross/python/cxx/Makefile.am index d1c72c87..4e1377c0 100644 --- a/lib/kross/python/cxx/Makefile.am +++ b/lib/kross/python/cxx/Makefile.am @@ -1,5 +1,7 @@ include $(top_srcdir)/lib/kross/Makefile.global +CXXFLAGS += $(USE_EXCEPTIONS) + noinst_LTLIBRARIES = libkrosspythoncxx.la libkrosspythoncxx_la_SOURCES = \ |