patch-cipher_Makefile_am 429 B

1234567891011
  1. --- libgcrypt-1.9.4.orig/cipher/Makefile.am 2021-08-22 13:55:28.000000000 +0200
  2. +++ libgcrypt-1.9.4/cipher/Makefile.am 2021-09-20 10:05:44.047879135 +0200
  3. @@ -146,7 +146,7 @@ gost-sb.h: gost-s-box
  4. gost-s-box: gost-s-box.c
  5. $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \
  6. - $(CPPFLAGS_FOR_BUILD)-o $@ $(srcdir)/gost-s-box.c
  7. + $(CPPFLAGS_FOR_BUILD) -o $@ $(srcdir)/gost-s-box.c
  8. if ENABLE_O_FLAG_MUNGING