diff options
Diffstat (limited to 'package/libgcrypt/patches/patch-cipher_Makefile_am')
-rw-r--r-- | package/libgcrypt/patches/patch-cipher_Makefile_am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libgcrypt/patches/patch-cipher_Makefile_am b/package/libgcrypt/patches/patch-cipher_Makefile_am new file mode 100644 index 000000000..ce89bc118 --- /dev/null +++ b/package/libgcrypt/patches/patch-cipher_Makefile_am @@ -0,0 +1,11 @@ +--- libgcrypt-1.9.4.orig/cipher/Makefile.am 2021-08-22 13:55:28.000000000 +0200 ++++ libgcrypt-1.9.4/cipher/Makefile.am 2021-09-20 10:05:44.047879135 +0200 +@@ -146,7 +146,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 + + + if ENABLE_O_FLAG_MUNGING |