FS#28962 - [springlobby] update to work with current version of libboost
Attached to Project:
Community Packages
Opened by Jasper den Ouden (Jasper1984) - Saturday, 17 March 2012, 15:38 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Sunday, 18 March 2012, 05:56 GMT
Opened by Jasper den Ouden (Jasper1984) - Saturday, 17 March 2012, 15:38 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Sunday, 18 March 2012, 05:56 GMT
|
Details
Springlobby is currently behind, it wants
libboost_system.so.1.48.0, while boost-lib is at 1.49.0-1.
|
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Sunday, 18 March 2012, 05:56 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed by new upstream update
Sunday, 18 March 2012, 05:56 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed by new upstream update
#!/bin/bash
LD_LIBRARY_PATH=$SOME_DIR/usr/lib:$LD_LIBRARY_PATH
springlobby
(though maybe i am being silly mentioning this)