summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--devel/libgnutls.abignore2
2 files changed, 3 insertions, 3 deletions
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]