summaryrefslogtreecommitdiffstats
path: root/lib/libelf
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-08-21 10:40:12 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-08-21 10:40:12 +0000
commitf7449cf16eaa02edf3e05bba94083f9c180926e3 (patch)
treebc3b01abdc1c14ae043c682930d36ef2fb1d17fb /lib/libelf
parentf24d96f4a12f832c8444dfd5b57b077efd286a34 (diff)
downloadFreeBSD-src-f7449cf16eaa02edf3e05bba94083f9c180926e3.zip
FreeBSD-src-f7449cf16eaa02edf3e05bba94083f9c180926e3.tar.gz
Install a PIC libelf. This will be needed by the DTrace runtime
instrumentation object (dtri.o). Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libelf')
-rw-r--r--lib/libelf/Makefile1
1 files changed, 1 insertions, 0 deletions
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}
OpenPOWER on IntegriCloud