aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_pgsql.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-07-13 21:41:43 +0100
committerGravatar Sadie Powell2024-07-13 22:16:56 +0100
commit8a0f6f38150c23d6da7c563dc4f7ca3760e4b1d7 (patch)
treea5b7a6f7a8a6da22bc21aaa2cf18b1cc0fc2cefd /src/modules/extra/m_pgsql.cpp
parentSwitch require_system to /etc/os-release from lsb_release. (diff)
Modernise PackageInfo directives.
- Add Alpine packages. - Add missing directives to log_json. - Drop obsolete version constraints. - Use system-like for debian and rhel.
Diffstat (limited to 'src/modules/extra/m_pgsql.cpp')
-rw-r--r--src/modules/extra/m_pgsql.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp
index fc3495200..215f651ba 100644
--- a/src/modules/extra/m_pgsql.cpp
+++ b/src/modules/extra/m_pgsql.cpp
@@ -29,12 +29,12 @@
/// $CompilerFlags: find_compiler_flags("libpq")
/// $LinkerFlags: find_linker_flags("libpq")
-/// $PackageInfo: require_system("arch") postgresql-libs
-/// $PackageInfo: require_system("centos") postgresql-devel
-/// $PackageInfo: require_system("darwin") libpq
-/// $PackageInfo: require_system("debian") libpq-dev
-/// $PackageInfo: require_system("rocky") postgresql-devel
-/// $PackageInfo: require_system("ubuntu") libpq-dev
+/// $PackageInfo: require_system("alpine") pcre2-dev pkgconf
+/// $PackageInfo: require_system("arch") pkgconf postgresql-libs
+/// $PackageInfo: require_system("darwin") libpq pkg-config
+/// $PackageInfo: require_system("debian~") libpq-dev pkg-config
+/// $PackageInfo: require_system("rhel~") pkg-config postgresql-devel
+/// $PackageInfo: require_system("ubuntu") libpq-dev pkg-config
#include <libpq-fe.h>