mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Disable clang for athstats for now.
This commit is contained in:
parent
1984dd520b
commit
21eec1f68e
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,10 @@
|
|||
|
||||
PROG= athstats
|
||||
|
||||
# Because of a clang preprocessor parser limitation causing this
|
||||
# to not compile, use gcc for now.
|
||||
CC= gcc
|
||||
|
||||
SRCS= main.c statfoo.c athstats.c opt_ah.h ah_osdep.h
|
||||
|
||||
CLEANFILES+= opt_ah.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue