diff options
author | Daiki Ueno <dueno@redhat.com> | 2020-04-06 14:37:53 +0200 |
---|---|---|
committer | Daiki Ueno <dueno@redhat.com> | 2020-04-24 18:30:21 +0200 |
commit | b2cf035b754211c34d0559e57e1dbc82365af83a (patch) | |
tree | 621d760509c96afb23e4f444218a42f9f919422b /.gitignore | |
parent | 804a7da030609a3eafcf25f6905f450ad000e0a8 (diff) | |
download | gnutls-b2cf035b754211c34d0559e57e1dbc82365af83a.tar.gz |
fips: check library soname during configuretmp-check-soname
Previously, we hard-coded the sonames of linked libraries for FIPS
integrity checking. That required downstream packagers to manually
adjust the relevant code in lib/fips.c, when a new interface version
of the dependent libraries (nettle, gmp) becomes available and linked
to libgnutls.
This patch automates that process with the configure script.
Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a8b748435c..766595b5e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/.#configure.ac *~ /ABOUT-NLS AUTHORS @@ -207,6 +208,7 @@ guile/src/Makefile.in guile/tests/Makefile guile/tests/Makefile.in INSTALL +ldd.sh lib/accelerated/aarch64/libaarch64.la lib/accelerated/libaccelerated.la lib/accelerated/x86/libx86.la |