From 7e7b3e42fa98b584ae60513a6774037bf677b8ce Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 31 Aug 2021 13:34:43 +0800 Subject: build: add and use C_STANDARD in depends --- depends/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'depends/Makefile') diff --git a/depends/Makefile b/depends/Makefile index 76f84b1a34..a0bd177a79 100644 --- a/depends/Makefile +++ b/depends/Makefile @@ -45,6 +45,8 @@ MULTIPROCESS ?= LTO ?= FALLBACK_DOWNLOAD_PATH ?= https://bitcoincore.org/depends-sources +C_STANDARD ?= c11 + BUILD = $(shell ./config.guess) HOST ?= $(BUILD) PATCHES_PATH = $(BASEDIR)/patches -- cgit v1.2.3