diff options
Diffstat (limited to 'net-libs/openh323/openh323-1.13.5.ebuild')
-rw-r--r-- | net-libs/openh323/openh323-1.13.5.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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} |