diff options
| author | Kinsella, Ray <ray.kinsella@intel.com> | 2016-05-06 14:49:19 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2016-05-13 23:01:45 -0700 |
| commit | f797b791efdb656704262f9c46b7c9adae911faa (patch) | |
| tree | 35c643c83d100ee7ebed3c499f375ac16bf1a648 /meta-oe | |
| parent | 84f69f338c3ccd351d24db7e99716d7c1db1c65d (diff) | |
| download | meta-openembedded-f797b791efdb656704262f9c46b7c9adae911faa.tar.gz | |
wvstreams: fixing segfault with new gcc optimizations
Recent GCC optimizations -ftree-dce and -foptimize-sibling-calls are causing
a segfault in the wvstream stackmaster. Fedora had the same problem and
resolved the issue by removing these optimizations.
See: https://bugzilla.redhat.com/show_bug.cgi?id=812651
Signed-off-by: Ray Kinsella <ray.kinsella@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb index 73cfb03565..6199a2f7ec 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | |||
| @@ -20,6 +20,8 @@ inherit autotools-brokensep pkgconfig | |||
| 20 | 20 | ||
| 21 | PARALLEL_MAKE = "" | 21 | PARALLEL_MAKE = "" |
| 22 | 22 | ||
| 23 | TARGET_CFLAGS_append = " -fno-tree-dce -fno-optimize-sibling-calls" | ||
| 24 | |||
| 23 | LDFLAGS_append = " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib" | 25 | LDFLAGS_append = " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib" |
| 24 | 26 | ||
| 25 | EXTRA_OECONF = " --without-tcl --without-qt --without-pam --without-valgrind" | 27 | EXTRA_OECONF = " --without-tcl --without-qt --without-pam --without-valgrind" |
