diff options
author | Mark Wright <gienah@gentoo.org> | 2012-12-12 10:42:06 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-12-12 10:42:06 +0000 |
commit | 54e2880db021b9662afd225d3021f7f8602886d1 (patch) | |
tree | 5d1613bb159f983cfe8276077ade0c1edec37a04 /dev-lang/teyjus/ChangeLog | |
parent | Version bump wrt bug #446936. (diff) | |
download | gentoo-2-54e2880db021b9662afd225d3021f7f8602886d1.tar.gz gentoo-2-54e2880db021b9662afd225d3021f7f8602886d1.tar.bz2 gentoo-2-54e2880db021b9662afd225d3021f7f8602886d1.zip |
Fix sigsegv dereferencing argv = 0 by removing -shared. Also remove -fPIC. sed OMakefile to use CFLAGS and LDFLAGS. Place in subslot in case any future ebuild depends on teyjus.
(Portage version: 2.1.11.36/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-lang/teyjus/ChangeLog')
-rw-r--r-- | dev-lang/teyjus/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-lang/teyjus/ChangeLog b/dev-lang/teyjus/ChangeLog index cb1b6e620d7b..fd690ed3e395 100644 --- a/dev-lang/teyjus/ChangeLog +++ b/dev-lang/teyjus/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/teyjus # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/teyjus/ChangeLog,v 1.1 2012/12/09 21:57:06 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/teyjus/ChangeLog,v 1.2 2012/12/12 10:42:06 gienah Exp $ + + 12 Dec 2012; Mark Wright <gienah@gentoo.org> files/teyjus-2.0.2-flags.patch, + teyjus-2.0.2.ebuild: + Fix sigsegv dereferencing argv = 0 by removing -shared. Also remove -fPIC. sed + OMakefile to use CFLAGS and LDFLAGS. Place in subslot in case any future + ebuild depends on teyjus. *teyjus-2.0.2 (09 Dec 2012) |