SOURCES: pgadmin3-m4.patch - up for 1.8.4
arekm
arekm at pld-linux.org
Sat Jul 5 16:55:41 CEST 2008
Author: arekm Date: Sat Jul 5 14:55:41 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- up for 1.8.4
---- Files affected:
SOURCES:
pgadmin3-m4.patch (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/pgadmin3-m4.patch
diff -u SOURCES/pgadmin3-m4.patch:1.4 SOURCES/pgadmin3-m4.patch:1.5
--- SOURCES/pgadmin3-m4.patch:1.4 Tue Aug 28 13:02:37 2007
+++ SOURCES/pgadmin3-m4.patch Sat Jul 5 16:55:35 2008
@@ -1,6 +1,6 @@
--- pgadmin3/acinclude.m4.org 2007-08-28 12:50:06.399047988 +0200
+++ pgadmin3/acinclude.m4 2007-08-28 12:50:52.597961689 +0200
-@@ -440,63 +440,8 @@
+@@ -408,63 +408,9 @@
AC_LANG_SAVE
AC_LANG_C
@@ -17,7 +17,7 @@
- PG_SSL="no"
- fi
- else
-- if test "$build_cpu-$build_vendor" = "powerpc-apple" -o "$build_cpu-$build_vendor" = "i686-apple"
+- if test "$build_cpu-$build_vendor" = "powerpc-apple" -o "$build_cpu-$build_vendor" = "i386-apple" -o "$build_cpu-$build_vendor" = "i686-apple"
- then
- AC_MSG_CHECKING(for SSL_connect in -lpq)
- if test "$(otool -L ${PG_LIB}/libpq.?.dylib | grep -c libssl)" -gt 0
@@ -32,7 +32,7 @@
- AC_CHECK_LIB(pq, SSL_connect, [PG_SSL=yes], [PG_SSL=no])
- fi
- fi
--
+
- # Check for Kerberos support
- if test "$BUILD_STATIC" = "yes"
- then
@@ -46,7 +46,7 @@
- PG_KRB5="no"
- fi
- else
-- if test "$build_cpu-$build_vendor" = "powerpc-apple" -o "$build_cpu-$build_vendor" = "i686-apple"
+- if test "$build_cpu-$build_vendor" = "powerpc-apple" -o "$build_cpu-$build_vendor" = "i386-apple" -o "$build_cpu-$build_vendor" = "i686-apple"
- then
- AC_MSG_CHECKING(for krb5_free_principle in -lpq)
- if test "$(otool -L ${PG_LIB}/libpq.?.dylib | grep -c libkrb5)" -gt 0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/pgadmin3-m4.patch?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list