* [PATCH] librsvg-native: add --disable-Bsymbolic to configure
@ 2014-08-15 2:49 Chong Lu
2014-08-15 8:57 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Chong Lu @ 2014-08-15 2:49 UTC (permalink / raw)
To: openembedded-core
From: Robert Yang <liezhi.yang@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@windriver.com>
Signed-off-by: Chong Lu <Chong.Lu@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] librsvg-native: add --disable-Bsymbolic to configure
2014-08-15 2:49 [PATCH] librsvg-native: add --disable-Bsymbolic to configure Chong Lu
@ 2014-08-15 8:57 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2014-08-15 8:57 UTC (permalink / raw)
To: Chong Lu; +Cc: openembedded-core
On Fri, 2014-08-15 at 10:49 +0800, Chong Lu wrote:
> From: Robert Yang <liezhi.yang@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@windriver.com>
> Signed-off-by: Chong Lu <Chong.Lu@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
> -
This kind of thing needs a comment explaining why we need it, preferably
giving an example of a host where there is this problem (as well as
binutils version?).
Cheers,
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-15 8:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-15 2:49 [PATCH] librsvg-native: add --disable-Bsymbolic to configure Chong Lu
2014-08-15 8:57 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox