[OE-core] [PATCH] librsvg-native: add --disable-Bsymbolic to configure

Chong Lu Chong.Lu at windriver.com
Fri Aug 15 02:49:51 UTC 2014


From: Robert Yang <liezhi.yang at windriver.com>

The older ld on the host doesn't have the -Bsymbolic-functions option,
for example, the one on CentOs 5.x, we can disable it for native.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Chong Lu <Chong.Lu at windriver.com>
---
 meta/recipes-gnome/librsvg/librsvg_2.40.2.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.2.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.2.bb
index 34d8ca1..6d9fd53 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.40.2.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.40.2.bb
@@ -21,6 +21,7 @@ SRC_URI[archive.md5sum] = "acdecdb9f08f3bf662a68bf7dafb8b82"
 SRC_URI[archive.sha256sum] = "48049b643294636df7de1a4b997414d699666f5dc44776945c218a257d2a291c"
 
 EXTRA_OECONF = "--disable-introspection --disable-vala"
+EXTRA_OECONF_append_class-native = " --disable-Bsymbolic"
 
 PACKAGECONFIG ??= "gdkpixbuf"
 # The gdk-pixbuf loader
-- 
1.7.9.5




More information about the Openembedded-core mailing list