diff options
| author | 2021-09-26 19:19:17 +0100 | |
|---|---|---|
| committer | 2021-09-26 19:19:17 +0100 | |
| commit | d3e286f39abb989367bb4d69afcc52330a07ecb1 (patch) | |
| tree | 4bf7b711c6e9092d9790f633cfefd1112b4bf6b5 /src/modules/extra/m_pgsql.cpp | |
| parent | Add the regex_pcre2 module. (diff) | |
Use -isystem for the pgsql includes.
Diffstat (limited to 'src/modules/extra/m_pgsql.cpp')
| -rw-r--r-- | src/modules/extra/m_pgsql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index 6a7ea4ddb..7ed09197f 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -27,7 +27,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/// $CompilerFlags: -Iexecute("pg_config --includedir" "POSTGRESQL_INCLUDE_DIR") +/// $CompilerFlags: -isystem execute("pg_config --includedir" "POSTGRESQL_INCLUDE_DIR") /// $LinkerFlags: -Lexecute("pg_config --libdir" "POSTGRESQL_LIBRARY_DIR") -lpq /// $PackageInfo: require_system("arch") postgresql-libs |
