[gnutls-devel] GnuTLS | Use libabigail for tracking ABI changes (!972)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Tue Apr 16 10:42:42 CEST 2019
Nikos Mavrogiannopoulos commented on a discussion on Makefile.am: https://gitlab.com/gnutls/gnutls/merge_requests/972#note_161209215
> + false; \
> + fi
> + @abidiff libdane/.libs/libgnutls-dane.so.$(LIBDANE_SONAME) $(LIBDANE_ABI_LAST_FILE); 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"; \
> + echo "*********************************************************"; \
> + false; \
> + fi
> + @echo "********************************"
> + @echo "Current release matches ABI dump"
> + @echo "********************************"
> +
> +ABICHECK_COMMON = --no-added-syms
> +abi-check: lib/libgnutls.la libdane/libgnutls-dane.la
> + @for file in $$(eval echo $(srcdir)/devel/libgnutls-*-$$(uname -m).abi);do \
It seems not. Removed.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/972#note_161209215
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190416/0021d69c/attachment-0001.html>
More information about the Gnutls-devel
mailing list