summaryrefslogtreecommitdiffstats
path: root/meta/packages/libxml/libxml2.inc
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2008-10-31 15:20:31 +0000
committerJoshua Lock <josh@linux.intel.com>2008-10-31 15:25:24 +0000
commit25e5b72195a61cbb1bbbc3cbd3061fe570861d4c (patch)
tree01798dc535afe2d1a3aeec3756383f71d13c03c2 /meta/packages/libxml/libxml2.inc
parent17bb6733b9c7c357191477475dca1a1359ca0fae (diff)
downloadpoky-25e5b72195a61cbb1bbbc3cbd3061fe570861d4c.tar.gz
libxml2: Fix a compilation error when using -D_FORTIFY_SOURCE=2 thanks Chenglan Huang
Diffstat (limited to 'meta/packages/libxml/libxml2.inc')
-rw-r--r--meta/packages/libxml/libxml2.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/libxml/libxml2.inc b/meta/packages/libxml/libxml2.inc
index 4e6e527603..e8b03cf02d 100644
--- a/meta/packages/libxml/libxml2.inc
+++ b/meta/packages/libxml/libxml2.inc
@@ -4,7 +4,8 @@ PRIORITY = "optional"
4LICENSE = "MIT" 4LICENSE = "MIT"
5 5
6SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \ 6SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \
7 file://libxml-64bit.patch;patch=1" 7 file://libxml-64bit.patch;patch=1 \
8 file://libxml-nanohttp.patch;patch=1"
8 9
9inherit autotools pkgconfig binconfig 10inherit autotools pkgconfig binconfig
10 11