mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Bump the libc major version number to 6.
This commit is contained in:
parent
f25843fddd
commit
6bc2b4b7db
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
LIB=c
|
||||
# If you bump SHLIB_MAJOR, remove the kluge from gen/gethostname.c.
|
||||
# If you bump SHLIB_MAJOR, see standards/55112.
|
||||
SHLIB_MAJOR= 5
|
||||
SHLIB_MAJOR= 6
|
||||
SHLIBDIR?= /lib
|
||||
WARNS?= 2
|
||||
CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include
|
||||
|
|
|
|||
Loading…
Reference in a new issue