From: Rolf Leggewie Date: Tue, 16 Jan 2007 19:32:08 +0000 (+0000) Subject: zudoku: add LDFLAGS += "-lstdc++". Fixes build failure reported in bug 1279. Kudos... X-Git-Tag: Release-2010-05/1~9361^2~28^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1774f75a2a4e80dbcb4995bf88bea9d2bd6b469b;p=openembedded.git zudoku: add LDFLAGS += "-lstdc++". Fixes build failure reported in bug 1279. Kudos to gfeller for the patch. --- diff --git a/packages/zudoku/zudoku_1.1.bb b/packages/zudoku/zudoku_1.1.bb index 46c64ebb6e..e9eb09741a 100644 --- a/packages/zudoku/zudoku_1.1.bb +++ b/packages/zudoku/zudoku_1.1.bb @@ -5,6 +5,7 @@ LICENSE = "GPL" SECTION = "opie/games" APPTYPE = "binary" APPDESKTOP = "${WORKDIR}" +PR = "r1" SRC_URI = "http://www.vanille.de/mirror/zudoku-${PV}.tar.gz \ file://zudoku.html \ @@ -13,6 +14,7 @@ SRC_URI = "http://www.vanille.de/mirror/zudoku-${PV}.tar.gz \ inherit opie EXTRA_QMAKEVARS_POST += "TARGET=zudoku" +LDFLAGS += "-lstdc++" do_install() { install -d ${D}${palmtopdir}/help/en/html