mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Bump SHLIB_MAJOR for libelf.
This commit is contained in:
parent
be11621376
commit
88d795a0a4
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ sys/elf32.h sys/elf64.h sys/elf_common.h: ${.CURDIR}/../../sys/${.TARGET}
|
|||
mkdir -p ${.OBJDIR}/sys
|
||||
ln -sf ${.CURDIR}/../../sys/${.TARGET} ${.TARGET}
|
||||
|
||||
SHLIB_MAJOR= 1
|
||||
SHLIB_MAJOR= 2
|
||||
|
||||
MAN= elf.3 \
|
||||
elf_begin.3 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue