mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -04:00
3 lines
178 B
Text
3 lines
178 B
Text
# Existing CC/GCC may not define -D__INTERIX, so need this here.
|
|
# Since we want to configure with _ALL_SOURCE, we need to build that way too
|
|
X_CFLAGS= -D__INTERIX -D_ALL_SOURCE
|