ZTE-EBASE commented on code in PR #1226:
URL: https://github.com/apache/cloudberry/pull/1226#discussion_r2203978780


##########
src/backend/utils/misc/fstream/Makefile:
##########
@@ -10,6 +10,7 @@ top_builddir = ../../../../..
 include $(top_builddir)/src/Makefile.global
 
 override CPPFLAGS := -I$(srcdir) $(CPPFLAGS)
+override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -lssh2 -I/usr/local

Review Comment:
   LDFLAGS += -lssh2 
   override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) 
   
   The `-I/usr/local` part is not necessary to add, right?



-- 
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]

Reply via email to