summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreg White2017-11-12 16:44:58 -0500
committerGreg White2017-11-12 16:44:58 -0500
commitbdfde602588489d1d13e9b5ea786c147dac536f0 (patch)
treef500683fea0a8a53a88bc85a56e33f3ad647031e /PKGBUILD
parent904abb9a093cf122cfaa374591f9543c05e288c0 (diff)
downloadaur-bdfde602588489d1d13e9b5ea786c147dac536f0.tar.gz
Don't build w/gssapi, python, tcl or pam to reduce image size
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8530921d2091..f4e4796d6f53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,12 +43,8 @@ build() {
--mandir=/usr/share/man \
--datadir=/usr/share/postgresql \
--sysconfdir=/etc \
- --with-gssapi \
--with-libxml \
--with-openssl \
- --with-python PYTHON=/usr/bin/python \
- --with-tcl \
- --with-pam \
--with-system-tzdata=/usr/share/zoneinfo \
--with-uuid=e2fs \
--enable-nls \
@@ -108,12 +104,12 @@ package_postgresql-src-docs() {
# install license
install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/postgresql-docs/LICENSE"
- make -C doc/src/sgml DESTDIR="${pkgdir}" install-html
- chown -R root:root "${pkgdir}/usr/share/doc/postgresql/html/"
+# make -C doc/src/sgml DESTDIR="${pkgdir}" install-html
+# chown -R root:root "${pkgdir}/usr/share/doc/postgresql/html/"
# clean up
- rmdir "${pkgdir}"/usr/share/man/man{1,3,7}
- rmdir "${pkgdir}"/usr/share/man
+# rmdir "${pkgdir}"/usr/share/man/man{1,3,7}
+# rmdir "${pkgdir}"/usr/share/man
}
package_postgresql-src() {