diff options
author | Ingo Klöcker <[email protected]> | 2023-10-30 08:28:54 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2023-10-30 08:42:09 +0000 |
commit | ae332749eee056f59bf902a65ffb012fcf181875 (patch) | |
tree | bd68d6b96c5460058a6253ec3c99c45b6bbb2db3 /NEWS | |
parent | Update NEWS (diff) | |
download | gpgme-ae332749eee056f59bf902a65ffb012fcf181875.tar.gz gpgme-ae332749eee056f59bf902a65ffb012fcf181875.zip |
build,qt: Build Qt with -fPIC if required or requested
* configure.ac: Add option to enable building the Qt 6 binding with
-fPIC. Fix typo and mention default for --enable-no-direct-extern-access
option.
* m4/qt6.m4: Add -fPIC to GPGME_QT6_CFLAGS if requested or if Qt 6 was
built with reduce_relocations.
--
GnuPG-bug-id: 6781
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ Noteworthy changes in version 1.23.2 (unreleased) * qt: Use a temporary file name when creating signed or encrypted archives. [T6721] + * qt: Build Qt 6 bindings with -fPIC if requested or Qt 6 was built with + this flag. [T6781] + Noteworthy changes in version 1.23.1 (2023-10-27) ------------------------------------------------- |