diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-16 01:51:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-16 01:51:19 -0400 |
commit | 04958b79b37842a30c48d7bbe8ee6f79b4ee7e7b (patch) | |
tree | 73b7b8d433afa0f1443313314b11461f5bce112a /debian | |
parent | 2fb59a5f4deb2741a85ad5c1afd0ceb0eab986e6 (diff) |
Linux standalone build now includes its own glibc and forces the linker to use it, to remove dependence on the host glibc.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a88475d69..8b8968c4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |