|
10 | 10 | # blocksize => 8, # --with-blocksize, 8kB by default |
11 | 11 | # wal_blocksize => 8, # --with-wal-blocksize, 8kB by default |
12 | 12 | # wal_segsize => 16, # --with-wal-segsize, 16MB by default |
13 | | - ldap => 1, # --with-ldap |
14 | | - nls => undef, # --enable-nls=<path> |
15 | | - tcl => undef, # --with-tls=<path> |
16 | | - perl => undef, # --with-perl |
17 | | - python => undef, # --with-python=<path> |
18 | | - openssl => undef, # --with-ssl=<path> |
19 | | - uuid => undef, # --with-ossp-uuid |
20 | | - xml => undef, # --with-libxml=<path> |
21 | | - xslt => undef, # --with-libxslt=<path> |
22 | | - iconv => undef, # (not in configure, path to iconv) |
23 | | - zlib => undef # --with-zlib=<path> |
| 13 | + ldap => 1, # --with-ldap |
| 14 | + extraver => undef, # --with-extra-version=<string> |
| 15 | + nls => undef, # --enable-nls=<path> |
| 16 | + tcl => undef, # --with-tls=<path> |
| 17 | + perl => undef, # --with-perl |
| 18 | + python => undef, # --with-python=<path> |
| 19 | + openssl => undef, # --with-ssl=<path> |
| 20 | + uuid => undef, # --with-ossp-uuid |
| 21 | + xml => undef, # --with-libxml=<path> |
| 22 | + xslt => undef, # --with-libxslt=<path> |
| 23 | + iconv => undef, # (not in configure, path to iconv) |
| 24 | + zlib => undef # --with-zlib=<path> |
24 | 25 | }; |
25 | 26 |
|
26 | 27 | 1; |
0 commit comments