]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
abi-check: supply --hd2 to abi-check-latest target
authorDaiki Ueno <dueno@redhat.com>
Mon, 29 Apr 2019 11:15:33 +0000 (13:15 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 3 May 2019 17:04:10 +0000 (19:04 +0200)
To suppress changes in internal structures.
Suggested by Nikos Mavrogiannopoulos.

Signed-off-by: Daiki Ueno <dueno@redhat.com>
Makefile.am
devel/libgnutls.abignore

index b1aa2e45f00899de26aabb1bae2dd02bd944dff5..ffcbc4ee5df18aa3ca1a880baa4a1c87019e9fdc 100644 (file)
@@ -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"; \
index 68111d660c93b1c03372eeedfa00764bce306800..dfaebce2bf58ee47e6458ad8b30405347327ea0f 100644 (file)
@@ -1,4 +1,4 @@
-`[suppress_function]
+[suppress_function]
 symbol_version = GNUTLS_PRIVATE_3_4
 
 [suppress_function]