Rui Paulo <rpa...@freebsd.org> writes:

> Author: rpaulo
> Date: Sat Aug 21 17:29:59 2010
> New Revision: 211577
> URL: http://svn.freebsd.org/changeset/base/211577
>
> Log:
>   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
>
> Modified:
>   head/Makefile.inc1
>   head/cddl/lib/drti/Makefile
>   head/lib/libelf/Makefile
>

I think there was one more file.

> Author: rpaulo
> Date: Sat Aug 21 14:08:04 2010
> New Revision: 211565
> URL: http://svn.freebsd.org/changeset/base/211565
>
> Log:
>   Add the definition of LIBELF_PIC.
>   
>   Sponsored by:       The FreeBSD Foundation
>
> Modified:
>   head/share/mk/bsd.libnames.mk
>
> Modified: head/share/mk/bsd.libnames.mk
> ==============================================================================
> --- head/share/mk/bsd.libnames.mk     Sat Aug 21 14:02:04 2010        
> (r211564)
> +++ head/share/mk/bsd.libnames.mk     Sat Aug 21 14:08:04 2010        
> (r211565)
> @@ -45,6 +45,7 @@ LIBDTRACE?= ${DESTDIR}${LIBDIR}/libdtrac
>  LIBDWARF?=   ${DESTDIR}${LIBDIR}/libdwarf.a
>  LIBEDIT?=    ${DESTDIR}${LIBDIR}/libedit.a
>  LIBELF?=     ${DESTDIR}${LIBDIR}/libelf.a
> +LIBELF_PIC?= ${DESTDIR}${LIBDIR}/libelf_pic.a
>  LIBFETCH?=   ${DESTDIR}${LIBDIR}/libfetch.a
>  LIBFL?=              "don't use LIBFL, use LIBL"
>  LIBFORM?=    ${DESTDIR}${LIBDIR}/libform.a
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to