Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/util-linux: bump version to 2.29 | Bernd Kuhls | 2016-12-22 | 1 | -182/+0 |
| | | | | | | | | Removed patch applied upstream: http://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=7f0d4d56a2f1ed34c3da4501e65fb79497b3dda1 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | util-linux: fix crc32 function collision | Gustavo Zacarias | 2016-10-11 | 1 | -0/+182 |
When linking both zlib and libblkid statically in the same target a collision occurs. Fix this by prefixing publicly-visible crc32 library functions. Fixes: http://autobuild.buildroot.net/results/25e/25efb79dd6ff1d93b5775baeccda23194d68c711/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |