aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2023-10-30 08:28:54 +0000
committerIngo Klöcker <[email protected]>2023-10-30 08:42:09 +0000
commitae332749eee056f59bf902a65ffb012fcf181875 (patch)
treebd68d6b96c5460058a6253ec3c99c45b6bbb2db3 /NEWS
parentUpdate NEWS (diff)
downloadgpgme-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--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 22472073..733a0fbb 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
-------------------------------------------------