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.
33 lines
1.0 KiB
33 lines
1.0 KiB
Index: configure.ac |
|
--- configure.ac.orig 2015-01-04 12:13:41.000000000 +0100 |
|
+++ configure.ac 2015-11-07 23:19:31.766035378 +0100 |
|
@@ -23,7 +23,7 @@ |
|
AM_PATH_GLIB_2_0([2.12.0]) |
|
PKG_CHECK_MODULES([GOBJECT], [gobject-2.0 gio-2.0 >= 2.14]) |
|
PKG_CHECK_MODULES([GSF], [libgsf-1]) |
|
-PKG_CHECK_MODULES([UUID], [uuid >= 1.41.3]) |
|
+PKG_CHECK_MODULES([UUID], [libuuid >= 1.41.3]) |
|
|
|
LT_INIT([win32-dll disable-fast-install]) |
|
GOBJECT_INTROSPECTION_CHECK([0.9.4]) |
|
@@ -36,7 +36,7 @@ |
|
|
|
PKG_CHECK_MODULES([WIXL], [gio-2.0 >= 0.23.0 |
|
libgcab-1.0 >= 0.1.10 |
|
- uuid >= 1.41.3 |
|
+ libuuid >= 1.41.3 |
|
libxml-2.0 >= 2.7]) |
|
|
|
GETTEXT_PACKAGE=msitools |
|
Index: tools/msibuild.c |
|
--- tools/msibuild.c.orig 2015-01-04 12:13:41.000000000 +0100 |
|
+++ tools/msibuild.c 2015-11-07 23:18:53.938906721 +0100 |
|
@@ -26,7 +26,7 @@ |
|
#include <sys/stat.h> |
|
#include <libmsi.h> |
|
#include <limits.h> |
|
-#include <uuid.h> |
|
+#include <uuid/uuid.h> |
|
|
|
#include "sqldelim.h" |
|
|
|
|