summaryrefslogtreecommitdiff
path: root/recipes/gsoap/gsoap_2.7.7.bb
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-04-06 14:26:30 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2009-04-06 14:26:30 +0000
commit0fa410aa02fa0532d24bcf0c6049112272189152 (patch)
tree2497bf742b7919cd4c019a14b930626616a9a064 /recipes/gsoap/gsoap_2.7.7.bb
parentd102e25d54177af0db80f0127ffd23c6c3ab59c6 (diff)
gsoap: use LDFLAGS (fixes QA error)
Diffstat (limited to 'recipes/gsoap/gsoap_2.7.7.bb')
-rw-r--r--recipes/gsoap/gsoap_2.7.7.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/gsoap/gsoap_2.7.7.bb b/recipes/gsoap/gsoap_2.7.7.bb
index dc6ff6e320..21a0ace2e3 100644
--- a/recipes/gsoap/gsoap_2.7.7.bb
+++ b/recipes/gsoap/gsoap_2.7.7.bb
@@ -3,9 +3,10 @@ for the development of SOAP Web Services and clients."
SECTION = "devel"
LICENSE = "GPL"
DEPENDS = "gsoap-native"
-PR = "r1"
+PR = "r2"
-SRC_URI = "${SOURCEFORGE_MIRROR}/gsoap2/gsoap_${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/gsoap2/gsoap_${PV}.tar.gz \
+ file://rename_bogus_ldflags.patch;patch=1"
S = "${WORKDIR}/gsoap-2.7"
inherit autotools