From 70907e352e62c45566b07c4fca1d116ca8d1bbe5 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Fri, 10 Feb 2017 16:04:38 +0200 Subject: libxslt: Add build fix (with ld-is-gold) Libraries must be linked with "-lm", otherwise gold fails to link binaries with those libraries. (From OE-Core rev: 9175164380b50852a21a05d4e81294394c5486f4) Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/libxslt/libxslt_1.1.29.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support/libxslt/libxslt_1.1.29.bb') diff --git a/meta/recipes-support/libxslt/libxslt_1.1.29.bb b/meta/recipes-support/libxslt/libxslt_1.1.29.bb index be747e608d..2946a745e9 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.29.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.29.bb @@ -11,6 +11,7 @@ DEPENDS = "libxml2" SRC_URI = "ftp://xmlsoft.org/libxslt/libxslt-${PV}.tar.gz \ file://pkgconfig_fix.patch \ file://0001-Use-pkg-config-to-find-gcrypt-and-libxml2.patch \ + file://0001-Link-libraries-with-libm.patch \ " SRC_URI[md5sum] = "a129d3c44c022de3b9dcf6d6f288d72e" -- cgit v1.2.3-54-g00ecf