summaryrefslogtreecommitdiffstats
path: root/lib/libelf
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-08-21 17:29:59 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-08-21 17:29:59 +0000
commit6a5d9f2b9fb8bda3898310368a25dfe9378daa87 (patch)
treee4527bd8d11b0becd0b9cbced261bbe2e83241a2 /lib/libelf
parent574b8a39ea3c48e475d9c676b9258a6d38c2a66a (diff)
downloadFreeBSD-src-6a5d9f2b9fb8bda3898310368a25dfe9378daa87.zip
FreeBSD-src-6a5d9f2b9fb8bda3898310368a25dfe9378daa87.tar.gz
Don't link drti.o with libelf_pic.a. This means that all software with
userland SDT probes must be linked with libelf explicitly. Requested by: kib Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libelf')
-rw-r--r--lib/libelf/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile
index 4e51de0..fc70d9d 100644
--- a/lib/libelf/Makefile
+++ b/lib/libelf/Makefile
@@ -55,7 +55,6 @@ 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