We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e4bdb3 commit 0187de5Copy full SHA for 0187de5
1 file changed
src/interfaces/libpq/Makefile
@@ -81,7 +81,7 @@ OBJS += \
81
endif
82
83
AWS_DSQL_AUTH_CPPFLAGS := $(addprefix -I,$(shell find $(top_srcdir)/aws-dsql-auth/ -type d -name include -not -path '*/test*'))
84
-AWS_DSQL_AUTH_LIBS := $(shell find $(top_srcdir)/aws-dsql-auth/build/ -type f -name '*.a' -not -path '*/test*' -not -name libssl.a -not -name libcrypto.a)
+AWS_DSQL_AUTH_LIBS := $(shell find $(top_srcdir)/aws-dsql-auth/build/ -type f -name '*.a' -not -path '*/test*')
85
86
# Custom rule for fe-dsql-auth.o that includes AWS libraries
87
fe-dsql-auth.o: fe-dsql-auth.c
0 commit comments