Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-01-18 | musicbrainz: add -ldl tp LDFLAGS, needed for some archs | Koen Kooi | 1 | |
2009-11-11 | libmusicbrainz: add depends, clean up inc file | Stuart Gray | 1 | |
2009-08-25 | libmusicbrainz: Add version 3.0.2 and fix link error | Holger Hans Peter Freyther | 1 | |
With gcc 4.3 stdc++ symbols leak into the library. One way to solve it is to use a custom linker script, another one is to just point gcc to the c++ library. The second option is used here right now. |