Connect libexecinfo to the build
Sponsored by: DARPA, AFRL
This commit is contained in:
parent
b72c9b0afd
commit
4b1fb8ff16
@ -72,6 +72,7 @@ SUBDIR= ${SUBDIR_ORDERED} \
|
||||
libdwarf \
|
||||
libedit \
|
||||
${_libefi} \
|
||||
libexecinfo \
|
||||
libexpat \
|
||||
libfetch \
|
||||
libgeom \
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user