mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Compile 'ac' with DEBUG when arch==sparc64.
This commit is contained in:
parent
b5a06c256e
commit
c38a857969
1 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,11 @@ MAN= ac.8
|
|||
|
||||
WARNS?= 4
|
||||
|
||||
# Temporary, while tracking down problem wrt 64-bit time_t's on sparc64
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
CFLAGS+=-DDEBUG
|
||||
.endif
|
||||
|
||||
# If "CONSOLE_TTY" is not defined, this program is compatible with the
|
||||
# traditional implementation (using SunOS 4.x as the sample traditional
|
||||
# implementation). This is the default.
|
||||
|
|
|
|||
Loading…
Reference in a new issue