Skip to content

Commit 0187de5

Browse files
committed
Revert the tls filter
It doesn't work because we end up with a few unnamed syms.
1 parent 6e4bdb3 commit 0187de5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/interfaces/libpq/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ OBJS += \
8181
endif
8282

8383
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)
84+
AWS_DSQL_AUTH_LIBS := $(shell find $(top_srcdir)/aws-dsql-auth/build/ -type f -name '*.a' -not -path '*/test*')
8585

8686
# Custom rule for fe-dsql-auth.o that includes AWS libraries
8787
fe-dsql-auth.o: fe-dsql-auth.c

0 commit comments

Comments
 (0)