Skip to content

Commit 19baef0

Browse files
david-rowleytuhaihe
authored andcommitted
Re-add CFLAGS. This time without the bogus -UXCP
1 parent 1945c49 commit 19baef0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

contrib/fixeddecimal/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ DATA = fixeddecimal--1.0.0.sql
1111

1212
MODULES = fixeddecimal
1313

14+
CFLAGS =`pg_config --includedir-server`
15+
1416
TESTS = $(wildcard test/sql/*.sql)
1517

1618
REGRESS_BRIN := $(shell pg_config --version | grep -qE "XL 9\.[5-9]| 10\.0" && echo brin-xl)

0 commit comments

Comments
 (0)