Connect libexecinfo to the build

Sponsored by:	DARPA, AFRL
This commit is contained in:
Ed Maste 2013-09-03 15:22:04 +00:00
parent b72c9b0afd
commit 4b1fb8ff16
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255180
3 changed files with 3 additions and 1 deletions

View File

@ -72,6 +72,7 @@ SUBDIR= ${SUBDIR_ORDERED} \
libdwarf \
libedit \
${_libefi} \
libexecinfo \
libexpat \
libfetch \
libgeom \

View File

@ -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

View File

@ -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,