musicbrainz: add -ldl tp LDFLAGS, needed for some archs
authorKoen Kooi <koen@openembedded.org>
Sun, 17 Jan 2010 08:07:13 +0000 (09:07 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 18 Jan 2010 04:25:51 +0000 (05:25 +0100)
recipes/musicbrainz/libmusicbrainz.inc

index dfd96fa..010dd23 100644 (file)
@@ -10,7 +10,7 @@ SRC_URI = "ftp://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-${PV}.tar.gz
 inherit cmake pkgconfig
 
 # Fight a compiler/link bug that leaks too many c++ symbols
-TARGET_LDFLAGS += " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib "
+TARGET_LDFLAGS += " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib -ldl"
 
 do_stage() {
        autotools_stage_all