Date: Sat, 21 Aug 2010 10:40:12 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r211540 - head/lib/libelf Message-ID: <201008211040.o7LAeCUj065965@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpaulo Date: Sat Aug 21 10:40:12 2010 New Revision: 211540 URL: http://svn.freebsd.org/changeset/base/211540 Log: Install a PIC libelf. This will be needed by the DTrace runtime instrumentation object (dtri.o). Sponsored by: The FreeBSD Foundation Modified: head/lib/libelf/Makefile Modified: head/lib/libelf/Makefile ============================================================================== --- head/lib/libelf/Makefile Sat Aug 21 10:39:51 2010 (r211539) +++ head/lib/libelf/Makefile Sat Aug 21 10:40:12 2010 (r211540) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008211040.o7LAeCUj065965>