@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
#
# Filename: package/.../postgresql/postgresql.conf
# 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) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
# Copyright (C) 1998 - 2003 Clifford Wolf
#
#
@ -31,10 +31,13 @@ fi
var_append extraconfopt " " "--with-CXX"
var_append extraconfopt " " "--with-CXX"
var_append extraconfopt " " "--with-gnu-ld"
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)
# --with-tcl build Tcl modules (PL/Tcl)
if pkginstalled perl; then
if pkginstalled perl; then
var_append extraconfopt " " "--with-perl"
var_append extraconfopt " " "--with-perl"
fi
fi