]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
gnutls: Updated ther patch which fixes build error for fips enabled.
authorleimaohui <leimaohui@fujitsu.com>
Tue, 28 Feb 2023 01:59:28 +0000 (09:59 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Mar 2023 21:27:45 +0000 (21:27 +0000)
The context of lib/Makefile.am in gnutls_3.8.0 has changed when
updated from gnutls_3.7.8.

Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch

index 87ebd8059ea82ea722969c60761f18665e486bb0..4bdc40d93278a43c8de3214a04e2c1ade1c075d4 100644 (file)
@@ -21,7 +21,7 @@ index 6d4e8d2..24ef108 100644
  
 -$(hmac_file): libgnutls.la fipshmac
 -      $(AM_V_GEN) $(builddir)/fipshmac > $@-t && mv $@-t $@
-+.libs/.gnutls.hmac:
++.libs/.$(gnutls_so).hmac:
  
  CLEANFILES = $(hmac_file)
  endif