mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Install a PIC libelf. This will be needed by the DTrace runtime
instrumentation object (dtri.o). Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
28be8b2ba9
commit
9329096b80
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ SRCS= elf_begin.c \
|
|||
${GENSRCS}
|
||||
INCS= libelf.h gelf.h
|
||||
|
||||
INSTALL_PIC_ARCHIVE=yes
|
||||
GENSRCS= libelf_fsize.c libelf_msize.c libelf_convert.c
|
||||
CLEANFILES= ${GENSRCS}
|
||||
CFLAGS+= -I. -I${.CURDIR}
|
||||
|
|
|
|||
Loading…
Reference in a new issue