On Wed, Oct 7, 2015 at 6:34 PM, Bryan Drewery <bdrew...@freebsd.org> wrote: ... >> Modified: head/lib/libxo/Makefile >> ============================================================================== >> --- head/lib/libxo/Makefile Tue Oct 6 16:35:50 2015 (r288928) >> +++ head/lib/libxo/Makefile Tue Oct 6 16:58:47 2015 (r288929) >> @@ -1,5 +1,7 @@ >> # $FreeBSD$ >> >> +.include <src.opts.mk> >> + >> LIBXOSRC= ${SRCTOP}/contrib/libxo >> >> .PATH: ${LIBXOSRC}/libxo > ... > LIB= xo > SHLIB_MAJOR=0 > > SHLIBDIR?= /lib > > > FYI SHLIBDIR? needs to be before the src.opts.mk otherwise it changes to > /usr/lib, which Peter found breaks boot :)
*smacks head* Yes, I forgot about that caveat ;(. _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"