From 5bd3abf5fbdaa21bf684c01487c91ba814db9786 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Wed, 8 Jan 2020 14:51:40 +0100 Subject: [PATCH] nettle: fix build with make v4.3 --- packages/security/nettle/patches/make.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/security/nettle/patches/make.patch diff --git a/packages/security/nettle/patches/make.patch b/packages/security/nettle/patches/make.patch new file mode 100644 index 0000000000..6435bed455 --- /dev/null +++ b/packages/security/nettle/patches/make.patch @@ -0,0 +1,11 @@ +--- a/Makefile.in 2018-12-04 21:56:06.000000000 +0100 ++++ b/Makefile.in 2020-01-09 07:06:03.472529409 +0100 +@@ -380,7 +380,7 @@ + ecc-521.$(OBJEXT): ecc-521.h + ecc-25519.$(OBJEXT): ecc-25519.h + +-.asm.$(OBJEXT): $(srcdir)/asm.m4 machine.m4 config.m4 ++%.$(OBJEXT): %.asm $(srcdir)/asm.m4 machine.m4 config.m4 + $(M4) $(srcdir)/asm.m4 machine.m4 config.m4 $< >$*.s + $(COMPILE) -c $*.s + @echo "$@ : $< $(srcdir)/asm.m4 machine.m4 config.m4" >$@.d