mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
libxml2: Fix a compilation error when using -D_FORTIFY_SOURCE=2 thanks Chenglan Huang
This commit is contained in:
@@ -4,7 +4,8 @@ PRIORITY = "optional"
|
||||
LICENSE = "MIT"
|
||||
|
||||
SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \
|
||||
file://libxml-64bit.patch;patch=1"
|
||||
file://libxml-64bit.patch;patch=1 \
|
||||
file://libxml-nanohttp.patch;patch=1"
|
||||
|
||||
inherit autotools pkgconfig binconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user