From 88294023c196497cfa6737be262c8b0c09d2a3ce Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Wed, 18 Nov 2020 15:14:56 +0100 Subject: cpp: Use portable off_t size_t * configure.ac: Configure cpp data.h.in * lang/cpp/src/Makefile.am: Generate data.h * lang/cpp/src/data.cpp, lang/cpp/src/data.h: Use portable types. * lang/qt/src/Makefile.am: Include build dir. * lang/qt/tests/makefile.am: Include build dir. -- These kind of patches have been around for a while, IMO this should not create an ABI incompatbility for cases where it already works because the types should be the same so I think this is not an interface break. GnuPG-Bug-Id: T3996 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2c3917a9..d593b04c 100644 --- a/configure.ac +++ b/configure.ac @@ -902,7 +902,8 @@ AC_CONFIG_FILES(Makefile src/Makefile src/versioninfo.rc src/gpgme.pc src/gpgme-glib.pc - src/gpgme.h) + src/gpgme.h + lang/cpp/src/data.h) AC_CONFIG_FILES(src/gpgme-config, chmod +x src/gpgme-config) AC_CONFIG_FILES(lang/cpp/Makefile lang/cpp/src/Makefile) AC_CONFIG_FILES(lang/cpp/tests/Makefile) -- cgit v1.2.3