| Bug#: 143503 | Product: Gentoo Linux | Version: 2006.0 | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: enhancement | Priority: P2 |
| Resolution: FIXED | Assigned To: net-dialup@gentoo.org | Reported By: cronfy@yandex.ru | |
| Component: Ebuilds | |||
| URL: http://mgetty.greenie.net/doc/mgetty_3.html#SEC3 | |||
| Summary: request for 'fido' use flag for net-dialup/mgetty | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2006-08-10 15:25 0000 | |||
| Description: | Opened: 2006-08-10 15:25 0000 |
This is a request for adding 'fido' local USE flag to net-dialup/mgetty ebuild.
This flag is required for mgetty could handle Fidonet calls and run Fidonet
mailers after '**EMSI' handshake request.
mgetty must be compiled with -DFIDO flag to provide this feature.
There are very few things to add into ebuild. Generally speaking, there is only
one thing:
=== <<mgetty-1.1.35.ebuild ===
src_compile() {
+ if use fido; then
+ append-flags "-DFIDO"
+ fi
append-flags "-DAUTO_PPP"
# parallel make fix later - 'sedscript' issue
=== ==mgetty-1.1.35.ebuild ===
fixed in mgetty-1.1.35-r1 (without revision bump).