Date: Wed, 24 Dec 2014 19:36:58 -0800 From: Garrett Cooper <yaneurabeya@gmail.com> To: Alfred Perlstein <alfred@FreeBSD.org> Cc: "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org> Subject: Re: svn commit: r276195 - in head: . lib/libxo Message-ID: <8F2C5A52-365F-4AE9-B60F-78CE7122F5B7@gmail.com> In-Reply-To: <201412250315.sBP3FvS6025641@svn.freebsd.org> References: <201412250315.sBP3FvS6025641@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Dec 24, 2014, at 19:15, Alfred Perlstein <alfred@FreeBSD.org> wrote: > > Author: alfred > Date: Thu Dec 25 03:15:56 2014 > New Revision: 276195 > URL: https://svnweb.freebsd.org/changeset/base/276195 > > Log: > Move libxo to /lib > > Update ObsoleteFiles to reflect libxo move. > > Reviewed by: ngie > Differential Revision: https://reviews.freebsd.org/D1370 > > Modified: > head/ObsoleteFiles.inc > head/lib/libxo/Makefile > > Modified: head/ObsoleteFiles.inc > ============================================================================== > --- head/ObsoleteFiles.inc Thu Dec 25 02:17:17 2014 (r276194) > +++ head/ObsoleteFiles.inc Thu Dec 25 03:15:56 2014 (r276195) > @@ -38,6 +38,9 @@ > # xargs -n1 | sort | uniq -d; > # done > > +# 20141224: libxo moved to /lib > +OLD_FILES+=usr/lib/libxo.a > +OLD_FILES+=usr/lib/libxo_p.a This should actually be the .so file only. Static libraries are always in /usr/lib . Sorry for not being explicit about this (I'm currently writing from the boonies so bandwidth is limited) :/. > # 20141223: remove in6_gif.h, in_gif.h and if_stf.h > OLD_FILES+=usr/include/net/if_stf.h > OLD_FILES+=usr/include/netinet/in_gif.h > > Modified: head/lib/libxo/Makefile > ============================================================================== > --- head/lib/libxo/Makefile Thu Dec 25 02:17:17 2014 (r276194) > +++ head/lib/libxo/Makefile Thu Dec 25 03:15:56 2014 (r276195) > @@ -7,6 +7,8 @@ LIBXO= ${.CURDIR:H:H}/contrib/libxo > LIB= xo > SHLIB_MAJOR=0 > > +SHLIBDIR?= /lib > + > SRCS= libxo.c > > CFLAGS+=-I${LIBXO}/libxo >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8F2C5A52-365F-4AE9-B60F-78CE7122F5B7>
