From 5cc30828e9152d093258ef5081cb3677df1b7b51 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 14 Mar 2007 15:26:50 +0000 Subject: [PATCH] * improved postgresql to not build with hard-wired perl and openssl support and introduced a check for openssl to build with ssl support if possible git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20328 10447126-35f2-4685-b0cf-6dd780d3921f --- database/postgresql/postgresql.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/database/postgresql/postgresql.conf b/database/postgresql/postgresql.conf index a4e5b39f3..3b6aaefcb 100644 --- a/database/postgresql/postgresql.conf +++ b/database/postgresql/postgresql.conf @@ -3,7 +3,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../postgresql/postgresql.conf -# Copyright (C) 2006 The OpenSDE Project +# Copyright (C) 2006 - 2007 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -31,10 +31,13 @@ fi var_append extraconfopt " " "--with-CXX" var_append extraconfopt " " "--with-gnu-ld" -var_append extraconfopt " " "--with-perl" -var_append extraconfopt " " "--with-openssl" + +# SSL support +pkginstalled openssl && \ + var_append extraconfopt " " "--with-openssl" # --with-tcl build Tcl modules (PL/Tcl) + if pkginstalled perl; then var_append extraconfopt " " "--with-perl" fi