From 4f53813f88df44c7bf7c7c5d15d2fd3bada36ab7 Mon Sep 17 00:00:00 2001 From: emaste Date: Tue, 3 Sep 2013 15:22:04 +0000 Subject: [PATCH] Connect libexecinfo to the build Sponsored by: DARPA, AFRL --- lib/Makefile | 1 + share/mk/bsd.libnames.mk | 1 + sys/sys/param.h | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 6e64925b2ca..feca8d3b305 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -72,6 +72,7 @@ SUBDIR= ${SUBDIR_ORDERED} \ libdwarf \ libedit \ ${_libefi} \ + libexecinfo \ libexpat \ libfetch \ libgeom \ diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk index f78a6564840..accda1caf53 100644 --- a/share/mk/bsd.libnames.mk +++ b/share/mk/bsd.libnames.mk @@ -51,6 +51,7 @@ LIBDTRACE?= ${DESTDIR}${LIBDIR}/libdtrace.a LIBDWARF?= ${DESTDIR}${LIBDIR}/libdwarf.a LIBEDIT?= ${DESTDIR}${LIBDIR}/libedit.a LIBELF?= ${DESTDIR}${LIBDIR}/libelf.a +LIBEXECINFO?= ${DESTDIR}${LIBDIR}/libexecinfo.a LIBFETCH?= ${DESTDIR}${LIBDIR}/libfetch.a LIBFL?= "don't use LIBFL, use LIBL" LIBFORM?= ${DESTDIR}${LIBDIR}/libform.a diff --git a/sys/sys/param.h b/sys/sys/param.h index 2ba92018845..88c8d371f07 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -58,7 +58,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1000051 /* Master, propagated to newvers */ +#define __FreeBSD_version 1000052 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, -- 2.45.0