d400009e7c
seen upstream & removed here: - external/gpgmepp/add-gpgme_set_global_flag-wrapper.patch - external/gpgmepp/version.patch - external/libgpg-error/clang-cl.patch - external/libgpg-error/libgpg-error_gawk5.patch Change-Id: Iea2b681fa839ae55cb954c2ad3edf4291b149dbe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/61322 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
22 lines
893 B
Groff
22 lines
893 B
Groff
--- libgpg-error/src/Makefile.in.orig 2019-01-28 14:11:10.518425440 +0100
|
|
+++ libgpg-error/src/Makefile.in 2019-01-28 14:11:16.901414229 +0100
|
|
@@ -540,7 +540,7 @@
|
|
@HAVE_LD_VERSION_SCRIPT_TRUE@libgpg_error_vers_opt = -Wl,--version-script=$(srcdir)/gpg-error.vers
|
|
libgpg_error_la_LDFLAGS = \
|
|
-no-undefined $(export_symbols) $(libgpg_error_vers_opt) \
|
|
- $(extra_ltoptions) -version-info \
|
|
+ $(extra_ltoptions) -release lo -version-info \
|
|
@LIBGPG_ERROR_LT_CURRENT@:@LIBGPG_ERROR_LT_REVISION@:@LIBGPG_ERROR_LT_AGE@
|
|
|
|
libgpg_error_la_SOURCES = gettext.h $(arch_sources) \
|
|
--- libgpg-error/src/gpg-error.vers.orig 2019-01-28 14:08:11.413740011 +0100
|
|
+++ libgpg-error/src/gpg-error.vers 2019-01-28 14:08:34.172700037 +0100
|
|
@@ -20,7 +20,7 @@
|
|
# visibility.h and gpg-error.def.in as well.
|
|
|
|
|
|
-GPG_ERROR_1.0 {
|
|
+GPG_ERROR_LIBREOFFICE {
|
|
global:
|
|
gpg_strerror;
|
|
gpg_strerror_r;
|