Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2015 18:37:59 -0700
From:      NGie Cooper <yaneurabeya@gmail.com>
To:        Bryan Drewery <bdrewery@freebsd.org>
Cc:        Garrett Cooper <ngie@freebsd.org>,  "src-committers@freebsd.org" <src-committers@freebsd.org>,  "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>,  "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r288929 - in head: etc/mtree lib/libxo lib/libxo/tests usr.bin/xo usr.bin/xo/tests
Message-ID:  <CAGHfRMATHwdt93ezmZgYje5jCecwDsPwGLnXjzxRgpTR_NTWug@mail.gmail.com>
In-Reply-To: <5615C80C.5080302@FreeBSD.org>
References:  <201510061658.t96GwmGj056703@repo.freebsd.org> <5615C80C.5080302@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 7, 2015 at 6:34 PM, Bryan Drewery <bdrewery@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 ;(.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGHfRMATHwdt93ezmZgYje5jCecwDsPwGLnXjzxRgpTR_NTWug>