mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
nettle: fix build with make v4.3
This commit is contained in:
parent
6b4ff6cb9c
commit
5bd3abf5fb
11
packages/security/nettle/patches/make.patch
Normal file
11
packages/security/nettle/patches/make.patch
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user