Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93933 - Typo in gnuradius 1.3 ebuild.
Summary: Typo in gnuradius 1.3 ebuild.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Dialup Developers
URL: http://www.gnu.org/software/radius/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-25 06:28 UTC by Otavio Piske (RETIRED)
Modified: 2005-05-26 13:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Otavio Piske (RETIRED) gentoo-dev 2005-05-25 06:28:58 UTC
The gnuradius ebuild, version 1.3, contains a small typo in line 44:
 myconf="$myconf --with-client --with-server-guile"

Instead of using --with-client, it should use --enable-client. Additionally, I'd like to suggest creating a local use flag "client", that would make it possible to install gnuradius with client support without having to install guile.
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2005-05-26 13:17:53 UTC
fixed in -r1

now --enable-client is forced no matter what USE you have. 
I choose this solution because it is hard for me to imagine that someone will
want only client or server part of the gnuradius (the difference in disk space
is insignifiant).