[arch-commits] Commit in postgresql/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed Apr 20 17:23:10 UTC 2022


    Date: Wednesday, April 20, 2022 @ 17:23:10
  Author: heftig
Revision: 442977

Enable debug

Modified:
  postgresql/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-20 17:23:09 UTC (rev 442976)
+++ PKGBUILD	2022-04-20 17:23:10 UTC (rev 442977)
@@ -12,6 +12,7 @@
 license=('custom:PostgreSQL')
 makedepends=('krb5' 'libxml2' 'python' 'perl' 'tcl>=8.6.0' 'openssl>=1.0.0'
              'pam' 'zlib' 'icu' 'systemd' 'libldap' 'llvm' 'clang' 'libxslt')
+options=('debug')
 source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
         postgresql-run-socket.patch
         postgresql-perl-rpath.patch
@@ -147,7 +148,7 @@
 
 package_postgresql-docs() {
   pkgdesc="HTML documentation for PostgreSQL"
-  options=('docs')
+  options+=('docs')
 
   cd postgresql-${pkgver}
 
@@ -171,7 +172,7 @@
               'tcl: for PL/Tcl support'
               'postgresql-old-upgrade: upgrade from previous major version using pg_upgrade'
               'logrotate: rotates system logs automatically')
-  options=('staticlibs')
+  options+=('staticlibs')
   install=postgresql.install
 
   cd postgresql-${pkgver}



More information about the arch-commits mailing list