diff options
Diffstat (limited to 'recipes/wvstreams/wvstreams_4.4.1.bb')
-rw-r--r-- | recipes/wvstreams/wvstreams_4.4.1.bb | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes/wvstreams/wvstreams_4.4.1.bb b/recipes/wvstreams/wvstreams_4.4.1.bb index 8cf1d1b5eb..6aeefc7502 100644 --- a/recipes/wvstreams/wvstreams_4.4.1.bb +++ b/recipes/wvstreams/wvstreams_4.4.1.bb @@ -1,12 +1,17 @@ HOMEPAGE = "http://alumnit.ca/wiki/index.php?page=WvStreams" LICENSE = "LGPL" DESCRIPTION = "WvStreams is a network programming library in C++" -DEPENDS = "zlib openssl (>= 0.9.8)" +#DEPENDS = "zlib openssl (>= 0.9.8)" +DEPENDS = "zlib openssl" -PR = "r2" +PR = "r3" SRC_URI = "http://wvstreams.googlecode.com/files/${PN}-${PV}.tar.gz \ - file://build-fixes-and-sanity.patch;patch=1 " + file://build-fixes-and-sanity.patch;patch=1 \ + file://dont-forget-header.patch;patch=1 \ + file://gcc4.3.patch;patch=1 \ + " + inherit autotools pkgconfig |