diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-01-16 19:32:08 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-01-16 19:32:08 +0000 |
commit | 1774f75a2a4e80dbcb4995bf88bea9d2bd6b469b (patch) | |
tree | 048e4c8a3f5de416bce0d6a7a7d79892649c2d30 /packages/zudoku | |
parent | 4d1890d58cf6a5bf7fabd8d70d35482645247793 (diff) |
zudoku: add LDFLAGS += "-lstdc++". Fixes build failure reported in bug 1279. Kudos to gfeller for the patch.
Diffstat (limited to 'packages/zudoku')
-rw-r--r-- | packages/zudoku/zudoku_1.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 |