From f7449cf16eaa02edf3e05bba94083f9c180926e3 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Sat, 21 Aug 2010 10:40:12 +0000 Subject: 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(+) (limited to 'lib/libelf') diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile index fc70d9d..4e51de0 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} -- cgit v1.1