teleport: rename references to rdp library to librdpclient.h

The file was renamed upstream, so the patch and import have to be
updated respectively.
This commit is contained in:
JuliusFreudenberger
2025-09-08 15:48:50 +02:00
parent 475e7fd75d
commit b2570e4cb3
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ let
postInstall = ''
mkdir -p $out/include
cp ${finalAttrs.buildAndTestSubdir}/librdprs.h $out/include/
cp ${finalAttrs.buildAndTestSubdir}/librdpclient.h $out/include/
'';
});

View File

@@ -17,6 +17,6 @@ index 4357d7aa1..7e21a0076 100644
+#cgo LDFLAGS: -L${SRCDIR}/../../../../../lib -lpthread -ldl -lm -lssl -lcrypto
+#cgo linux LDFLAGS: -l:librdp_client.a
+#cgo darwin LDFLAGS: -framework CoreFoundation -framework Security -lrdp_client
#include <librdprs.h>
#include <librdpclient.h>
*/
import "C"