]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- up to 9.4.0
authorAndrzej Zawadzki <zawadaa@pld-linux.org>
Thu, 8 Jan 2015 16:44:13 +0000 (17:44 +0100)
committerAndrzej Zawadzki <zawadaa@pld-linux.org>
Thu, 8 Jan 2015 16:44:13 +0000 (17:44 +0100)
- TODO
  fix build with OSSP-UUID

postgresql-ossp_uuid.patch [new file with mode: 0644]

diff --git a/postgresql-ossp_uuid.patch b/postgresql-ossp_uuid.patch
new file mode 100644 (file)
index 0000000..c460f99
--- /dev/null
@@ -0,0 +1,20 @@
+--- postgresql-9.4.0/configure.in.orig 2015-01-05 23:55:32.000000000 +0100
++++ postgresql-9.4.0/configure.in      2015-01-06 00:03:58.433386714 +0100
+@@ -1166,13 +1166,13 @@
+         [AC_MSG_ERROR([header file <uuid.h> does not match E2FS UUID library])])],
+       [AC_MSG_ERROR([header file <uuid/uuid.h> or <uuid.h> is required for E2FS UUID])])])
+ elif test "$with_uuid" = ossp ; then
+-  AC_CHECK_HEADERS(ossp/uuid.h,
+-    [AC_EGREP_HEADER([uuid_export], ossp/uuid.h, [],
+-      [AC_MSG_ERROR([header file <ossp/uuid.h> does not match OSSP UUID library])])],
++  AC_CHECK_HEADERS(ossp-uuid/uuid.h,
++    [AC_EGREP_HEADER([uuid_export], ossp-uuid/uuid.h, [],
++      [AC_MSG_ERROR([header file <ossp-uuid/uuid.h> does not match OSSP UUID library])])],
+     [AC_CHECK_HEADERS(uuid.h,
+       [AC_EGREP_HEADER([uuid_export], uuid.h, [],
+         [AC_MSG_ERROR([header file <uuid.h> does not match OSSP UUID library])])],
+-      [AC_MSG_ERROR([header file <ossp/uuid.h> or <uuid.h> is required for OSSP UUID])])])
++      [AC_MSG_ERROR([header file <ossp-uuid/uuid.h> or <uuid.h> is required for OSSP UUID])])])
+ fi
+ if test "$PORTNAME" = "win32" ; then
This page took 0.030226 seconds and 4 git commands to generate.