diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-04-16 22:07:36 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-04-16 22:07:36 +0200 |
commit | 8463572beae5c5e8df59e12107a8cecee3ea8680 (patch) | |
tree | ffb3c7560f5d778f786ed55e4c8529dd72e82274 /src/exchangedb/spi/Makefile | |
parent | ade7586c3069b57a33ca94da291f64e6ee27ea44 (diff) |
fix SPI build
Diffstat (limited to 'src/exchangedb/spi/Makefile')
-rw-r--r-- | src/exchangedb/spi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/spi/Makefile b/src/exchangedb/spi/Makefile index 9c84bf75..d654d91e 100644 --- a/src/exchangedb/spi/Makefile +++ b/src/exchangedb/spi/Makefile @@ -1,6 +1,7 @@ EXTENSION = own_test MODULES = own_test DATA = own_test.sql +PG_CPPFLAGS = -I /usr/include/postgresql # postgresql build stuff PG_CONFIG = pg_config |