You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
667 B
24 lines
667 B
Index: lib/uuid/gen_uuid.c |
|
--- lib/uuid/gen_uuid.c.orig 2009-08-13 03:39:57 +0200 |
|
+++ lib/uuid/gen_uuid.c 2010-02-11 21:03:00 +0100 |
|
@@ -53,6 +53,7 @@ |
|
#include <string.h> |
|
#include <fcntl.h> |
|
#include <errno.h> |
|
+#include <limits.h> |
|
#include <sys/types.h> |
|
#ifdef HAVE_SYS_TIME_H |
|
#include <sys/time.h> |
|
Index: lib/uuid/uuid.pc.in |
|
--- lib/uuid/uuid.pc.in.orig 2014-06-25 21:19:40.000000000 +0200 |
|
+++ lib/uuid/uuid.pc.in 2015-11-07 23:03:12.919859817 +0100 |
|
@@ -1,7 +1,7 @@ |
|
prefix=@prefix@ |
|
exec_prefix=@exec_prefix@ |
|
-libdir=@libdir@ |
|
-includedir=@includedir@ |
|
+libdir=@libdir@/e2fs |
|
+includedir=@includedir@/e2fs |
|
|
|
Name: uuid |
|
Description: Universally unique id library
|
|
|