mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Use -isystem for the pgsql includes.
This commit is contained in:
parent
f2386ea01f
commit
d3e286f39a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user