From: Daiki Ueno Date: Mon, 29 Apr 2019 11:15:33 +0000 (+0200) Subject: abi-check: supply --hd2 to abi-check-latest target X-Git-Tag: gnutls_3_6_8~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53200082e55e7cd384fb74ba14da697bbad25153;p=thirdparty%2Fgnutls.git abi-check: supply --hd2 to abi-check-latest target To suppress changes in internal structures. Suggested by Nikos Mavrogiannopoulos. Signed-off-by: Daiki Ueno --- diff --git a/Makefile.am b/Makefile.am index b1aa2e45f0..ffcbc4ee5d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -101,14 +101,14 @@ abi-dump-latest: lib/libgnutls.la libdane/libgnutls-dane.la abi-check-latest: lib/libgnutls.la libdane/libgnutls-dane.la @echo "Checking whether the latest ABI dump matches" - @abidiff --suppressions $(ABIGNORE_FILE) lib/.libs/libgnutls.so $(LIBGNUTLS_ABI_LAST_FILE); if test $$? != 0;then \ + @abidiff --suppressions $(ABIGNORE_FILE) lib/.libs/libgnutls.so $(LIBGNUTLS_ABI_LAST_FILE) --hd2 "$(srcdir)/lib/includes/gnutls/"; if test $$? != 0;then \ echo "*********************************************************"; \ echo "libgnutls ABI has changed; use 'make-files-update' "; \ echo "and use 'git diff' to check correctness before committing"; \ echo "*********************************************************"; \ false; \ fi - @abidiff libdane/.libs/libgnutls-dane.so $(LIBDANE_ABI_LAST_FILE); if test $$? != 0;then \ + @abidiff libdane/.libs/libgnutls-dane.so $(LIBDANE_ABI_LAST_FILE) --hd2 "$(srcdir)/libdane/includes/gnutls/"; if test $$? != 0;then \ echo "*********************************************************"; \ echo "libgnutls-dane ABI has changed; use 'make-files-update' "; \ echo "and use 'git diff' to check correctness before committing"; \ diff --git a/devel/libgnutls.abignore b/devel/libgnutls.abignore index 68111d660c..dfaebce2bf 100644 --- a/devel/libgnutls.abignore +++ b/devel/libgnutls.abignore @@ -1,4 +1,4 @@ -`[suppress_function] +[suppress_function] symbol_version = GNUTLS_PRIVATE_3_4 [suppress_function]