diff options
author | Andre Heinecke <[email protected]> | 2020-11-18 14:14:56 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2020-11-18 14:14:56 +0000 |
commit | 88294023c196497cfa6737be262c8b0c09d2a3ce (patch) | |
tree | f823f2f90ead3c7dca7dbe21dfdd3f5f8d8c537c /configure.ac | |
parent | qt: Avoid empty "[email protected]" signature notations (diff) | |
download | gpgme-88294023c196497cfa6737be262c8b0c09d2a3ce.tar.gz gpgme-88294023c196497cfa6737be262c8b0c09d2a3ce.zip |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
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) |