From 9329096b802dbf6ea79757e60813c588ac6503d4 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Sat, 21 Aug 2010 10:40:12 +0000 Subject: [PATCH] Install a PIC libelf. This will be needed by the DTrace runtime instrumentation object (dtri.o). Sponsored by: The FreeBSD Foundation --- lib/libelf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile index fc70d9d865c..4e51de0cc61 100644 --- a/lib/libelf/Makefile +++ b/lib/libelf/Makefile @@ -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}