From 029a737371cea014cef5aa0eaacd3baba3dbedbe Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Sat, 21 Aug 2010 17:29:59 +0000 Subject: 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 --- lib/libelf/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libelf') diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile index 4e51de0cc61b..fc70d9d865c7 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} -- cgit v1.3