diff options
| author | 2023-01-25 00:59:12 +0000 | |
|---|---|---|
| committer | 2023-01-25 01:04:55 +0000 | |
| commit | ec02f2a47d5523230188cafb09cb50faa255ede1 (patch) | |
| tree | 7a3a5d54492951cfe35268aa3a3ffa32de2e4d2b /src/modules/extra/m_pgsql.cpp | |
| parent | Replace getInt/getUInt/getFloat with type safe templated functions. (diff) | |
| parent | Work around a bug in reading the config for the Argon2 module. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/extra/m_pgsql.cpp')
| -rw-r--r-- | src/modules/extra/m_pgsql.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index 71c4299de..645528395 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -31,8 +31,9 @@ /// $PackageInfo: require_system("arch") postgresql-libs /// $PackageInfo: require_system("centos") postgresql-devel -/// $PackageInfo: require_system("darwin") postgresql +/// $PackageInfo: require_system("darwin") libpq /// $PackageInfo: require_system("debian") libpq-dev +/// $PackageInfo: require_system("rocky") postgresql-devel /// $PackageInfo: require_system("ubuntu") libpq-dev |
