diff options
Diffstat (limited to 'net-libs/openh323')
-rw-r--r-- | net-libs/openh323/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/openh323/openh323-1.13.5.ebuild | 5 | ||||
-rw-r--r-- | net-libs/openh323/openh323-1.15.2.ebuild | 5 |
3 files changed, 13 insertions, 3 deletions
diff --git a/net-libs/openh323/ChangeLog b/net-libs/openh323/ChangeLog index 600347300b78..2596bb5eb9b2 100644 --- a/net-libs/openh323/ChangeLog +++ b/net-libs/openh323/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/openh323 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/ChangeLog,v 1.58 2005/01/09 23:29:21 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/ChangeLog,v 1.59 2005/01/10 12:24:44 stkn Exp $ + + 10 Jan 2005; Stefan Knoblich <stkn@gentoo.org> openh323-1.13.5.ebuild, + openh323-1.15.2.ebuild: + Filter -fstack-protector, this may cause problems (bug #75259) 10 Jan 2005; Stefan Knoblich <stkn@gentoo.org> openh323-1.15.2.ebuild: Marked ~alpha. diff --git a/net-libs/openh323/openh323-1.13.5.ebuild b/net-libs/openh323/openh323-1.13.5.ebuild index 41f1b572f870..3f3a3c9a2d62 100644 --- a/net-libs/openh323/openh323-1.13.5.ebuild +++ b/net-libs/openh323/openh323-1.13.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.13.5.ebuild,v 1.11 2005/01/08 20:15:47 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.13.5.ebuild,v 1.12 2005/01/10 12:24:44 stkn Exp $ IUSE="ssl" @@ -67,6 +67,9 @@ src_unpack() { src_compile() { local makeopts + # remove -fstack-protector, may cause problems (bug #75259) + filter-flags -fstack-protector + export PWLIBDIR=/usr/share/pwlib export PTLIB_CONFIG=/usr/bin/ptlib-config export OPENH323DIR=${S} diff --git a/net-libs/openh323/openh323-1.15.2.ebuild b/net-libs/openh323/openh323-1.15.2.ebuild index 8e0afff6276d..be1121cb22b2 100644 --- a/net-libs/openh323/openh323-1.15.2.ebuild +++ b/net-libs/openh323/openh323-1.15.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.15.2.ebuild,v 1.5 2005/01/09 23:29:21 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.15.2.ebuild,v 1.6 2005/01/10 12:24:44 stkn Exp $ IUSE="ssl novideo noaudio debug" @@ -36,6 +36,9 @@ src_compile() { local makeopts local myconf + # remove -fstack-protector, may cause problems (bug #75259) + filter-flags -fstack-protector + export PWLIBDIR=/usr/share/pwlib export PTLIB_CONFIG=/usr/bin/ptlib-config export OPENH323DIR=${S} |