diff options
Diffstat (limited to 'contrib/pgcrypto/Makefile')
| -rw-r--r-- | contrib/pgcrypto/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/pgcrypto/Makefile b/contrib/pgcrypto/Makefile index 573bc6df79a..1313b664087 100644 --- a/contrib/pgcrypto/Makefile +++ b/contrib/pgcrypto/Makefile @@ -59,6 +59,9 @@ SHLIB_LINK += $(filter -leay32, $(LIBS)) SHLIB_LINK += -lws2_32 endif +# Upstream uses a larger subset of C99. +imath.o: CFLAGS+=$(PERMIT_DECLARATION_AFTER_STATEMENT) + rijndael.o: rijndael.tbl rijndael.tbl: |
