summaryrefslogtreecommitdiff
path: root/security/sha1collisiondetection/files/patch-Makefile
blob: 1b96c2da912094c68a3fa066a15881bd1fe5e93a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.orig	2017-03-27 16:11:23 UTC
+++ Makefile
@@ -33,7 +33,7 @@ INSTALL ?= install
 endif
 
 
-CFLAGS=-O2 -Wall -Werror -Wextra -pedantic -std=c90 -Ilib
+CFLAGS=-O2 -Wall -Werror -Wextra -pedantic -Ilib
 LDFLAGS=
 
 LT_CC:=$(LIBTOOL) --tag=CC --mode=compile $(CC)