Linux standalone build now includes its own glibc and forces the linker to use it, to remove dependence on the host glibc.

This commit is contained in:
Joey Hess 2013-12-16 01:51:19 -04:00
parent 2a285e8b1a
commit 99f6dd01b4
6 changed files with 48 additions and 68 deletions

2
debian/changelog vendored
View file

@ -8,6 +8,8 @@ git-annex (5.20131214) UNRELEASED; urgency=low
into a directory in PATH as an alternative installation method, and will
use readlink to find where the build was unpacked.
* Include man pages in Linux and OSX standalone builds.
* Linux standalone build now includes its own glibc and forces the linker to
use it, to remove dependence on the host glibc.
-- Joey Hess <joeyh@debian.org> Sun, 15 Dec 2013 13:32:49 -0400