ref: b7a5d70212146737f868dd6f909a1f3b1177b948
parent: e1772654b51f410ad6f6457f750e6740035a9dc6
author: EKR <[email protected]>
date: Thu Jan 9 05:36:12 EST 2014
don't choke on deprecated sha-1 routines
--- a/build/platform-darwin.mk
+++ b/build/platform-darwin.mk
@@ -1,6 +1,6 @@
ASM = nasm
-CFLAGS += -Werror -fPIC
+CFLAGS += -Wno-deprecated-declarations -Werror -fPIC
LDFLAGS += -lpthread
ASMFLAGS += --prefix _ -DNOPREFIX
ifeq ($(ENABLE64BIT), Yes)