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