diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-09-20 11:22:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-10-22 19:40:13 +0200 |
commit | 080d842693cad0a16989c9db0cce4ca17fdff320 (patch) | |
tree | fcb66b4715927b13b45d03abe92b86bd55b84bb4 /package/libgcrypt/patches/patch-cipher_Makefile_in | |
parent | 421130c9ba8cd58d3ddf4f5097012046869662f5 (diff) |
gnupg2: update and all deps
Diffstat (limited to 'package/libgcrypt/patches/patch-cipher_Makefile_in')
-rw-r--r-- | package/libgcrypt/patches/patch-cipher_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libgcrypt/patches/patch-cipher_Makefile_in b/package/libgcrypt/patches/patch-cipher_Makefile_in new file mode 100644 index 000000000..1f5d7f272 --- /dev/null +++ b/package/libgcrypt/patches/patch-cipher_Makefile_in @@ -0,0 +1,11 @@ +--- libgcrypt-1.9.4.orig/cipher/Makefile.in 2021-08-22 18:00:24.000000000 +0200 ++++ libgcrypt-1.9.4/cipher/Makefile.in 2021-09-20 10:06:00.483879720 +0200 +@@ -1370,7 +1370,7 @@ gost-sb.h: gost-s-box + + gost-s-box: gost-s-box.c + $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \ +- $(CPPFLAGS_FOR_BUILD)-o $@ $(srcdir)/gost-s-box.c ++ $(CPPFLAGS_FOR_BUILD) -o $@ $(srcdir)/gost-s-box.c + + # We need to lower the optimization for this module. + tiger.o: $(srcdir)/tiger.c Makefile |