summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-02-11 15:24:55 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-02-11 15:24:55 +0000
commit3f6f61eda08abee6bee93c96db8817fa1f510c36 (patch)
tree1a830df73d849c5dd368a476ce8974e8e199d70e /net-dialup
parentAdd missing dependency wrt bug #456688. (diff)
downloadgentoo-2-3f6f61eda08abee6bee93c96db8817fa1f510c36.tar.gz
gentoo-2-3f6f61eda08abee6bee93c96db8817fa1f510c36.tar.bz2
gentoo-2-3f6f61eda08abee6bee93c96db8817fa1f510c36.zip
Fix buidling with app-crypt/heimdal as a kerberos implementation by readding to configure arguments, wrt bug #454198. Thanks to Georgy Kovtunov for discovering this issue
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/freeradius/ChangeLog9
-rw-r--r--net-dialup/freeradius/freeradius-2.2.0.ebuild7
2 files changed, 11 insertions, 5 deletions
diff --git a/net-dialup/freeradius/ChangeLog b/net-dialup/freeradius/ChangeLog
index 62c326c333be..4cacceaf835c 100644
--- a/net-dialup/freeradius/ChangeLog
+++ b/net-dialup/freeradius/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-dialup/freeradius
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/freeradius/ChangeLog,v 1.112 2012/12/30 11:53:23 flameeyes Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/freeradius/ChangeLog,v 1.113 2013/02/11 15:24:55 pinkbyte Exp $
+
+ 11 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> freeradius-2.2.0.ebuild:
+ Fix buidling with app-crypt/heimdal as a kerberos implementation by readding
+ to configure arguments, wrt bug #454198. Thanks to Georgy Kovtunov for
+ discovering this issue
30 Dec 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
Add a local description for the bindist USE flag (bug #448940).
diff --git a/net-dialup/freeradius/freeradius-2.2.0.ebuild b/net-dialup/freeradius/freeradius-2.2.0.ebuild
index 31db7e2ad6a4..59884ea06528 100644
--- a/net-dialup/freeradius/freeradius-2.2.0.ebuild
+++ b/net-dialup/freeradius/freeradius-2.2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/freeradius/freeradius-2.2.0.ebuild,v 1.4 2012/10/03 10:29:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/freeradius/freeradius-2.2.0.ebuild,v 1.5 2013/02/11 15:24:55 pinkbyte Exp $
EAPI=4
@@ -133,7 +133,8 @@ src_configure() {
--with-logdir=/var/log/radius \
$(use_enable debug developer) \
$(use_with ldap edir) \
- $(use_with ssl openssl)
+ $(use_with ssl openssl) \
+ ${myconf}
}
src_install() {