Skip to content

Commit

Permalink
Add pkgincludedir to gcc options (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Oktyabrskiy <[email protected]>
  • Loading branch information
c0de9en and Andrey Oktyabrskiy authored Nov 8, 2024
1 parent 72f0c3f commit e7c46c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ngx_addon_name=ngx_pq_module
ngx_feature_path="`pg_config --includedir` `pg_config --includedir-server`"
ngx_feature_path="`pg_config --includedir` `pg_config --includedir-server` `pg_config --pkgincludedir`"

NGX_PQ_SRCS=$ngx_addon_dir/ngx_pq_module.c

Expand Down

0 comments on commit e7c46c2

Please sign in to comment.