mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Back out revision 1.51, it is wrong. We don't litter -I's within lib
Makefiles to get headers from /usr/src vs. the standard include paths.
This commit is contained in:
parent
92e7a424c5
commit
c0a87c26b3
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ SRCS+= _setjmp.S
|
|||
# NOTE: to actually test this functionality after libbz2 upgrade compile
|
||||
# loader(8) with LOADER_BZIP2_SUPPORT defined
|
||||
.PATH: ${.CURDIR}/../../contrib/bzip2
|
||||
CFLAGS+= -DBZ_NO_STDIO -DBZ_NO_COMPRESS -I${.CURDIR}/../../contrib/bzip2
|
||||
CFLAGS+= -DBZ_NO_STDIO -DBZ_NO_COMPRESS
|
||||
SRCS+= libstand_bzlib_private.h
|
||||
|
||||
.for file in bzlib.c crctable.c decompress.c huffman.c randtable.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue