diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-02-28 00:51:17 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-02-28 00:51:17 +0000 |
commit | 7d6e732b9a659222dd62d0cb662e018d226d5f76 (patch) | |
tree | da7d162a02766194ebe23e847b1b6c02bd19aded /dev-libs/cyrus-sasl/cyrus-sasl-2.1.17.ebuild | |
parent | Bug #43099. (Manifest recommit) (diff) | |
download | gentoo-2-7d6e732b9a659222dd62d0cb662e018d226d5f76.tar.gz gentoo-2-7d6e732b9a659222dd62d0cb662e018d226d5f76.tar.bz2 gentoo-2-7d6e732b9a659222dd62d0cb662e018d226d5f76.zip |
Forgot to add gnuconfig detection in for mips
Diffstat (limited to 'dev-libs/cyrus-sasl/cyrus-sasl-2.1.17.ebuild')
-rw-r--r-- | dev-libs/cyrus-sasl/cyrus-sasl-2.1.17.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.17.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.17.ebuild index b85a5f939c83..153f9942dc11 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.17.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.17.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.17.ebuild,v 1.10 2004/02/27 17:53:48 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.17.ebuild,v 1.11 2004/02/28 00:51:17 kumba Exp $ -inherit eutils flag-o-matic +inherit eutils flag-o-matic gnuconfig DESCRIPTION="The Cyrus SASL (Simple Authentication and Security Layer)" HOMEPAGE="http://asg.web.cmu.edu/sasl/" @@ -89,6 +89,9 @@ src_compile() { # taviso #24998 (17 Aug 03) use alpha && append-flags -D_REENTRANT -pthread + # Detect mips systems properly + use mips && gnuconfig_update + econf \ --with-saslauthd=/var/lib/sasl2 \ --with-pwcheck=/var/lib/sasl2 \ |