zudoku: add LDFLAGS += "-lstdc++". Fixes build failure reported in bug 1279. Kudos...
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 16 Jan 2007 19:32:08 +0000 (19:32 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 16 Jan 2007 19:32:08 +0000 (19:32 +0000)
packages/zudoku/zudoku_1.1.bb

index 46c64eb..e9eb097 100644 (file)
@@ -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