Date: Tue, 3 Sep 2013 15:22:05 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r255180 - in head: lib share/mk sys/sys Message-ID: <201309031522.r83FM5wG009282@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Tue Sep 3 15:22:04 2013 New Revision: 255180 URL: http://svnweb.freebsd.org/changeset/base/255180 Log: Connect libexecinfo to the build Sponsored by: DARPA, AFRL Modified: head/lib/Makefile head/share/mk/bsd.libnames.mk head/sys/sys/param.h Modified: head/lib/Makefile ============================================================================== --- head/lib/Makefile Tue Sep 3 13:49:00 2013 (r255179) +++ head/lib/Makefile Tue Sep 3 15:22:04 2013 (r255180) @@ -72,6 +72,7 @@ SUBDIR= ${SUBDIR_ORDERED} \ libdwarf \ libedit \ ${_libefi} \ + libexecinfo \ libexpat \ libfetch \ libgeom \ Modified: head/share/mk/bsd.libnames.mk ============================================================================== --- head/share/mk/bsd.libnames.mk Tue Sep 3 13:49:00 2013 (r255179) +++ head/share/mk/bsd.libnames.mk Tue Sep 3 15:22:04 2013 (r255180) @@ -51,6 +51,7 @@ LIBDTRACE?= ${DESTDIR}${LIBDIR}/libdtrac 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 Modified: head/sys/sys/param.h ============================================================================== --- head/sys/sys/param.h Tue Sep 3 13:49:00 2013 (r255179) +++ head/sys/sys/param.h Tue Sep 3 15:22:04 2013 (r255180) @@ -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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031522.r83FM5wG009282>