[packages/postgresql] - up to 9.4.0 - TODO fix build with OSSP-UUID

zawadaa zawadaa at pld-linux.org
Thu Jan 8 17:47:50 CET 2015


commit e02e0ba8ad2e5951e769ee89312673f4faef7132
Author: Andrzej Zawadzki <zawadaa at pld-linux.org>
Date:   Thu Jan 8 17:44:13 2015 +0100

    - up to 9.4.0
    - TODO
      fix build with OSSP-UUID

 postgresql-ossp_uuid.patch | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
---
diff --git a/postgresql-ossp_uuid.patch b/postgresql-ossp_uuid.patch
new file mode 100644
index 0000000..c460f99
--- /dev/null
+++ b/postgresql-ossp_uuid.patch
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/postgresql.git/commitdiff/e02e0ba8ad2e5951e769ee89312673f4faef7132



More information about the pld-cvs-commit mailing list