summaryrefslogtreecommitdiffstats
path: root/database/postgresql/DEPENDS
blob: b0482e60183865389b4ed7e37a01234b9744ff34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
optional_depends  gettext \
                  "--with-nls" \
                  "--without-nls" \
                  "for Native Language Support" &&

optional_depends  tcl \
                  "--with-tcl" \
                  "--without-tcl" \
                  "for PL/Tcl support" &&

optional_depends  perl \
                  "--with-perl" \
                  "--without-perl" \
                  "for PL/Perl support" &&

optional_depends  python \
                  "--with-python" \
                  "--without-python" \
                  "for PL/Python support" &&

optional_depends  linux-pam \
                  "--with-pam" \
                  "--without-pam" \
                  "for PAM authentication" &&

optional_depends  libselinux \
                  "--with-selinux" \
                  "--without-selinux" \
                  "for SELinux support" &&

optional_depends  krb5 \
                  "--with-krb5" \
                  "--without-krb5" \
                  "for Kerberos authentication" &&

optional_depends  openldap \
                  "--with-ldap" \
                  "--without-ldap" \
                  "for LDAP authentication" &&

optional_depends  readline \
                  "--with-readline" \
                  "--without-readline" \
                  "for Readline support in psql, the command line interface" &&

optional_depends  openssl \
                  "--with-openssl" \
                  "--without-openssl" \
                  "for SSL (encrypted) connection support" &&

optional_depends  libxml2 \
                  "--with-libxml" \
                  "--without-libxml" \
                  "for XML support (XML data type)" &&

if is_depends_enabled $SPELL libxml2; then
  optional_depends  libxslt \
                    "--with-libxslt" \
                    "--without-libxslt" \
                    "for XSLT support"
fi &&

optional_depends  zlib \
                  "--with-zlib" \
                  "--without-zlib" \
                  "for compression support in the pg_dump and pg_restore utilities"