From 6a5d9f2b9fb8bda3898310368a25dfe9378daa87 Mon Sep 17 00:00:00 2001 From: rpaulo 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 --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 790a1cd..6e58396 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1149,7 +1149,7 @@ gnu/lib/libgcc__L: lib/libc__L _prebuild_libs= ${_kerberos5_lib_libasn1} ${_kerberos5_lib_libheimntlm} \ ${_kerberos5_lib_libhx509} ${_kerberos5_lib_libkrb5} \ ${_kerberos5_lib_libroken} \ - lib/libbz2 lib/libcom_err lib/libcrypt lib/libelf \ + lib/libbz2 lib/libcom_err lib/libcrypt \ lib/libexpat lib/libfetch \ ${_lib_libgssapi} ${_lib_libipx} \ lib/libkiconv lib/libkvm lib/liblzma lib/libmd \ -- cgit v1.1