Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-24 | gzip : convert to autotools infrastructure & bump to 1.4 | cmchao | |
Changes by Thomas Petazzoni <thomas.petazzoni@free-electrons.com> * Installation to target is the default * No installation to staging is the default Signed-off-by: cmchao <cmchao@gmail.com> | |||
2009-08-04 | gzip: add patch to fix glibc build | Thomas Petazzoni | |
Recent glibc versions introduced a futimens() function, that gzip already implemented. So waiting for a proper usage of this function in gzip, we rename the gzip internal function to gz_futimens(). Patch inspired by http://lists.pld-linux.org/mailman/pipermail/pld-cvs-commit/Week-of-Mon-20070514/155476.html Fixes bug #537 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |