diff options
Diffstat (limited to 'nix/eqn-format-security.patch')
-rw-r--r-- | nix/eqn-format-security.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nix/eqn-format-security.patch b/nix/eqn-format-security.patch new file mode 100644 index 0000000..bada2ed --- /dev/null +++ b/nix/eqn-format-security.patch @@ -0,0 +1,11 @@ +diff --git a/Makefile b/Makefile +index 9c8d51a..0ed61bd 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,5 +1,5 @@ + CC = cc +-CFLAGS = -Wall -O2 ++CFLAGS = -Wall -O2 -Wno-format-security + LDFLAGS = + OBJS = eqn.o tok.o src.o def.o box.o reg.o sbuf.o + |