18 lines
1.1 KiB
Diff
18 lines
1.1 KiB
Diff
diff --git a/lib/srv/desktop/rdp/rdpclient/client.go b/lib/srv/desktop/rdp/rdpclient/client.go
|
|
index d191c768f..71117a30d 100644
|
|
--- a/lib/srv/desktop/rdp/rdpclient/client.go
|
|
+++ b/lib/srv/desktop/rdp/rdpclient/client.go
|
|
@@ -56,10 +56,10 @@ package rdpclient
|
|
#cgo linux,amd64 LDFLAGS: -L${SRCDIR}/../../../../../target/x86_64-unknown-linux-gnu/release
|
|
#cgo linux,arm LDFLAGS: -L${SRCDIR}/../../../../../target/arm-unknown-linux-gnueabihf/release
|
|
#cgo linux,arm64 LDFLAGS: -L${SRCDIR}/../../../../../target/aarch64-unknown-linux-gnu/release
|
|
-#cgo linux LDFLAGS: -l:librdp_client.a -lpthread -ldl -lm
|
|
+#cgo linux LDFLAGS: -l:librdp_client.a -lpthread -ldl -lm -lssl -lcrypto
|
|
#cgo darwin,amd64 LDFLAGS: -L${SRCDIR}/../../../../../target/x86_64-apple-darwin/release
|
|
#cgo darwin,arm64 LDFLAGS: -L${SRCDIR}/../../../../../target/aarch64-apple-darwin/release
|
|
-#cgo darwin LDFLAGS: -framework CoreFoundation -framework Security -lrdp_client -lpthread -ldl -lm
|
|
+#cgo darwin LDFLAGS: -framework CoreFoundation -framework Security -lrdp_client -lpthread -ldl -lm -lssl -lcrypto
|
|
#include <librdprs.h>
|
|
*/
|
|
import "C"
|