libdiscid: some further cleanups
authorKoen Kooi <koen@openembedded.org>
Thu, 12 Nov 2009 09:41:43 +0000 (10:41 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 12 Nov 2009 09:41:43 +0000 (10:41 +0100)
recipes/libdiscid/libdiscid.inc

index 9f5f1ce..a8ebfaf 100644 (file)
@@ -8,11 +8,6 @@ SRC_URI = "http://users.musicbrainz.org/~matt/libdiscid-${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 "
-
-S = "${WORKDIR}/${PN}"
-
 do_stage() {
        autotools_stage_all
 }