diff options
author | Joshua Lock <josh@linux.intel.com> | 2008-10-31 15:20:31 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-07-28 09:30:10 +0200 |
commit | 961589f1a43f938d30b4f8f2ce79c9710edaf58b (patch) | |
tree | 4dd8022dad0c40c1cbdc6dbe4b13ca205d9b9c86 /meta/packages/libxml/libxml2.inc | |
parent | 99e4fde8fc6d720a591c90a0925ca8e38bad059b (diff) | |
download | poky-961589f1a43f938d30b4f8f2ce79c9710edaf58b.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.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/libxml/libxml2.inc b/meta/packages/libxml/libxml2.inc index 4e6e527603..6b526b7fdb 100644 --- a/meta/packages/libxml/libxml2.inc +++ b/meta/packages/libxml/libxml2.inc | |||
@@ -4,7 +4,8 @@ PRIORITY = "optional" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | 5 | ||
6 | SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \ | 6 | SRC_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 | ||
9 | inherit autotools pkgconfig binconfig | 10 | inherit autotools pkgconfig binconfig |
10 | 11 | ||