From 86ae63af0529327df6aad8b1acd5c9af0bc28a32 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 3 Jul 2015 09:02:47 +0200 Subject: [PATCH] tor: explain why we use -std=gnu99 [Missed from 5cf5b390 (fix building if GCC's C standard is not gnu99)] Signed-off-by: Peter Korsgaard --- package/tor/tor.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/tor/tor.mk b/package/tor/tor.mk index f6d3b7fe25..a4643913df 100644 --- a/package/tor/tor.mk +++ b/package/tor/tor.mk @@ -32,6 +32,7 @@ else TOR_CONF_OPTS += --disable-seccomp endif +# uses gnu extensions TOR_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99' $(eval $(autotools-package))