blob: 4bdc40d93278a43c8de3214a04e2c1ade1c075d4 [file] [log] [blame]
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06001From 21a8295bac3805e4490ba2b5f136e7f4c121061b Mon Sep 17 00:00:00 2001
Andrew Geissler78b72792022-06-14 06:47:25 -05002From: Lei Maohui <leimaohui@fujitsu.com>
3Date: Mon, 23 May 2022 10:44:43 +0900
4Subject: [PATCH] Creating .hmac file should be excuted in target environment,
5 so deleted it from build process.
6
7Upstream-Status: Inappropriate [https://gitlab.com/gnutls/gnutls/-/issues/1373]
8Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06009
Andrew Geissler78b72792022-06-14 06:47:25 -050010---
11 lib/Makefile.am | 3 +--
12 1 file changed, 1 insertion(+), 2 deletions(-)
13
14diff --git a/lib/Makefile.am b/lib/Makefile.am
Andrew Geissler6aa7eec2023-03-03 12:41:14 -060015index 6d4e8d2..24ef108 100644
Andrew Geissler78b72792022-06-14 06:47:25 -050016--- a/lib/Makefile.am
17+++ b/lib/Makefile.am
Andrew Geissler6aa7eec2023-03-03 12:41:14 -060018@@ -206,8 +206,7 @@ hmac_file = .libs/.$(gnutls_so).hmac
19
20 all-local: $(hmac_file)
21
22-$(hmac_file): libgnutls.la fipshmac
Andrew Geissler78b72792022-06-14 06:47:25 -050023- $(AM_V_GEN) $(builddir)/fipshmac > $@-t && mv $@-t $@
Andrew Geissler6aa7eec2023-03-03 12:41:14 -060024+.libs/.$(gnutls_so).hmac:
25
26 CLEANFILES = $(hmac_file)
Andrew Geissler78b72792022-06-14 06:47:25 -050027 endif