Package: freerdp
Followup-For: Bug #788005

You may also want another patch, that fixes linkage urbdrc-client-libusb.so 
against udev.

If you see message like this right after login:

> undefined symbol 'udev_new'

-- System Information:
Debian Release: 7.9
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- a/channels/urbdrc/client/libusb/CMakeLists.txt	2016-01-26 15:25:32.979436442 +1000
+++ b/channels/urbdrc/client/libusb/CMakeLists.txt	2016-01-26 15:25:45.767436886 +1000
@@ -39,6 +39,7 @@
 set(${MODULE_PREFIX}_LIBS ${${MODULE_PREFIX}_LIBS}
     ${DBUS_GLIB_LIBRARIES}
     ${UUID_LIBRARIES}
+    ${UDEV_LIBRARIES}
     ${LIBUSB_1_LIBRARIES}
     )
 

Reply via email to