[CONC-36] CMake: Missing required libraries on Solaris Created: 2013-07-18 Updated: 2013-07-22 Resolved: 2013-07-22 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Henrik Grubbström | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
$ uname -a |
||
| Attachments: |
|
| Description |
|
For socket-related stuff to link correctly on Solaris, -lsocket -lnsl needs to be in the link command. The attached patch to the top-level CMakeLists.txt seems to work. |
| Comments |
| Comment by Georg Richter [ 2013-07-22 ] |
|
Fixed in rev. 72 |