summaryrefslogtreecommitdiff
path: root/package/tor
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2015-07-03 09:02:47 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-07-03 09:04:46 +0200
commit86ae63af0529327df6aad8b1acd5c9af0bc28a32 (patch)
treed5d044310c308aff7db7f635c95df98c998a8e55 /package/tor
parent558caf4e05b06dcbdd209da9a69192c41785ea28 (diff)
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 <peter@korsgaard.com>
Diffstat (limited to 'package/tor')
-rw-r--r--package/tor/tor.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/tor/tor.mk b/package/tor/tor.mk
index f6d3b7fe2..a4643913d 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))