cvs commit: src/lib/libc Makefile

M. Warner Losh imp at bsdimp.com
Thu Mar 16 18:30:37 UTC 2006


In message: <Pine.GSO.4.43.0603161032420.4427-100000 at sea.ntplx.net>
            Daniel Eischen <deischen at freebsd.org> writes:
: On Thu, 16 Mar 2006, Daniel Eischen wrote:
: 
: > deischen    2006-03-16 15:16:23 UTC
: >
: >   FreeBSD src repository
: >
: >   Modified files:
: >     lib/libc             Makefile
: >   Log:
: >   Allow bsd.lib.mk to generate the symbol version map.
: 
: Everything should now be in place to enable symbol versioning
: in libc.  Add SYMVER_ENABLED=true to /etc/make.conf and buildworld
: to try it.  Once you do this and installworld, your binaries
: (from buildworld) will not work with a non-symbol-versioned
: libc.  In fact, this is true for any non-static binary that
: you build after this point.  To back out of this, remove
: SYMVER_ENABLED from make.conf and build&install world again.
: 
: I'm running with this enabled on an x86 and all my previously
: built ports seem to be fine (KDE, mozilla, etc).  Testing on
: other archs would be appreciated.

Any idea what the status of the linux-wrappers port is now that the
symbol versioning is turned completely on?

Warner


More information about the cvs-src mailing list