mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Fix sparc64 builds
gcc is complaining about struct infate being defined in a parameter list. It's inclear how long this has been broken, but the fix is simple enough.
This commit is contained in:
parent
37657ad5fb
commit
623810105e
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ SRCS+=bzlib.c crctable.c decompress.c huffman.c randtable.c
|
|||
# decompression functionality from zlib
|
||||
.PATH: ${SRCTOP}/contrib/zlib
|
||||
CFLAGS+=-DHAVE_MEMCPY -I${SRCTOP}/contrib/zlib
|
||||
CFLAGS.inflate.c+=-DKZIP
|
||||
SRCS+= adler32.c crc32.c
|
||||
SRCS+= infback.c inffast.c inflate.c inftrees.c zutil.c
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue