瀏覽代碼

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>
Peter Korsgaard 10 年之前
父節點
當前提交
86ae63af05
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/tor/tor.mk

+ 1 - 0
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))