yjhjstz commented on code in PR #1190: URL: https://github.com/apache/cloudberry/pull/1190#discussion_r2193573995
########## contrib/postgres_fdw/Makefile: ########## @@ -16,7 +13,7 @@ OBJS = \ PGFILEDESC = "postgres_fdw - foreign data wrapper for PostgreSQL" PG_CPPFLAGS = -I$(libpq_srcdir) -SHLIB_LINK_INTERNAL = -Wl,-Bsymbolic -Wl,-Bstatic -Wl,-Bstatic $(libpq) -Wl,-Bdynamic +SHLIB_LINK_INTERNAL = $(libpq) Review Comment: look https://github.com/apache/cloudberry/commit/667f0c37bc6d7bce7be8b758652ef95ddb823e19 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
