SOURCES: glom-postgres-utils.patch (NEW) - don't check for postgre...

megabajt megabajt at pld-linux.org
Mon Apr 7 16:10:47 CEST 2008


Author: megabajt                     Date: Mon Apr  7 14:10:47 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't check for postgres utils at build time

---- Files affected:
SOURCES:
   glom-postgres-utils.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/glom-postgres-utils.patch
diff -u /dev/null SOURCES/glom-postgres-utils.patch:1.1
--- /dev/null	Mon Apr  7 16:10:47 2008
+++ SOURCES/glom-postgres-utils.patch	Mon Apr  7 16:10:42 2008
@@ -0,0 +1,19 @@
+diff -urN glom-1.6.13/configure.in glom-1.6.13.new/configure.in
+--- glom-1.6.13/configure.in	2008-04-05 00:22:56.000000000 +0200
++++ glom-1.6.13.new/configure.in	2008-04-07 13:29:21.000000000 +0200
+@@ -128,15 +128,6 @@
+ AC_SUBST(POSTGRES_UTILS_PATH)
+ AC_DEFINE_UNQUOTED([POSTGRES_UTILS_PATH], ["${POSTGRES_UTILS_PATH}"], [Path to the postgres utilities, such as postmaster.])
+ 
+-if test $enable_client_only != yes; then
+-	# Check that the supplied (or default) path really contains the postgres utilities:
+-	AC_CHECK_PROG(HAVE_POSTMASTER, postmaster, yes, no, ${POSTGRES_UTILS_PATH})
+-	if test "x$HAVE_POSTMASTER" = "xno"; then
+-	AC_MSG_ERROR([The postgres utilities could not be found in the path: ${POSTGRES_UTILS_PATH}. They are needed for self-hosting of Glom databases. Please make sure that Postgres is installed, and provide the correct path with the --with-postgres-utils option.])
+-	fi
+-fi
+-
+-
+ # Allow use of gnome-doc-utils to be disabled for platforms (For instance, Maemo) that don't have it:
+ AC_ARG_ENABLE([doc-utils],
+ 	AC_HELP_STRING([--enable-doc-utils],
================================================================


More information about the pld-cvs-commit mailing list