Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gptfdisk: fix static build | Baruch Siach | 2014-11-25 | 1 | -3/+5 |
| | | | | | | | | | | | | | libuuid may need -lintl. Augment the existing Makefile patch to support adding link dependencies at build time. Fixes: http://autobuild.buildroot.net/results/24b/24b3f707424e2dcf0158ffe93d728be98ff66701/ http://autobuild.buildroot.net/results/f33/f3359fab166cf3627f15e59fa44cff36ee213102/ http://autobuild.buildroot.net/results/ef7/ef783e3776f25c28ea0de0c082c93f7ab97db56d/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | gptfdisk: make utf16 support configurable | Thomas Petazzoni | 2013-03-10 | 1 | -0/+48 |
Instead of always disabling the UTF16 support, make it configurable. When ICU is available, enable UTF16 support, otherwise disable it. [Peter: wrap long line] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> |