From 7d5a772f63660b84c7c755518fd91cb1a7c7d0c7 Mon Sep 17 00:00:00 2001 From: Malte Starostik Date: Sun, 27 Feb 2011 16:19:45 +0100 Subject: New package: gdisk This includes two separately configurable parition manipulation utilities: gdsik and sgdisk are to GPT disks what fdisk and sfdisk are in MBR land. [Peter: patch source, fix typos, fix partial build, pass correct flags] Signed-off-by: Malte Starostik Signed-off-by: Peter Korsgaard --- package/gdisk/gdisk-0.6.14-uuid.h.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package/gdisk/gdisk-0.6.14-uuid.h.patch (limited to 'package/gdisk/gdisk-0.6.14-uuid.h.patch') diff --git a/package/gdisk/gdisk-0.6.14-uuid.h.patch b/package/gdisk/gdisk-0.6.14-uuid.h.patch new file mode 100644 index 000000000..ba447a1c3 --- /dev/null +++ b/package/gdisk/gdisk-0.6.14-uuid.h.patch @@ -0,0 +1,22 @@ +[PATCH] Don't hardcode uuid.h location + +Breaks cross compilation. + +Signed-off-by: Peter Korsgaard +--- + guid.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: gdisk-0.6.14/guid.h +=================================================================== +--- gdisk-0.6.14.orig/guid.h ++++ gdisk-0.6.14/guid.h +@@ -22,7 +22,7 @@ + #ifdef _WIN32 + typedef unsigned char my_uuid_t[16]; + #else +-#include ++#include + typedef uuid_t my_uuid_t; + #endif + -- cgit v1.2.3