jmuehlner opened a new pull request #372:
URL: https://github.com/apache/guacamole-server/pull/372


   The changes in https://github.com/apache/guacamole-server/pull/371 broke the 
installation of the FreeRDP plugins. 
   Due to a difference in the way libraries are linked in the new build, there 
are no direct links from the FreeRDP plugins to the FreeRDP libraries, so the 
`where_is_freerdp` function would return an empty string, resulting in the 
plugins being linked into `/freerdp2`.
   
   This change does 2 things:
   1. Modify the FreeRDP installation directory search to directly search the 
filesystem for the expected `.so` files instead of assuming that they'll be 
linked against the plugins.
   2. Ensure that a FreeRDP installation directory is actually found; abort the 
build if it isn't.


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


Reply via email to