mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
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>
This commit is contained in:
parent
558caf4e05
commit
86ae63af05
@ -32,6 +32,7 @@ else
|
|||||||
TOR_CONF_OPTS += --disable-seccomp
|
TOR_CONF_OPTS += --disable-seccomp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# uses gnu extensions
|
||||||
TOR_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
|
TOR_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user