| Summary: | rdesktop-1.4.0 builds with debugging code when USE -debug | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Andreas Kling <keso> |
| Component: | New packages | Assignee: | Chris Gianelloni (RETIRED) <wolf31o2> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mlspamcb, rbrown |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
Updated ebuild that fixes problem
Patch configure to respect --without |
||
|
Description
Andreas Kling
2005-04-11 01:01:28 UTC
Created attachment 55961 [details]
Updated ebuild that fixes problem
Version of rdesktop ebuild that adds --with-debug for USE=debug and nothing for
USE=-debug
Created attachment 55981 [details, diff]
Patch configure to respect --without
The current configure script doens't check to see if --with-debug=no or if
--with-ipv6=no, this patch fixes that. I'll send a patch to configure.ac
upstream.
the --without is not honoured by configure in rdesktop. By just removing the --without-debug, like in the ebuild above it works. I sent a configure.ac patch upstream, this has been added to the rdesktop cvs, so those configure options should work correctly in any future versions. http://cvs.sourceforge.net/viewcvs.py/rdesktop/rdesktop/configure.ac?rev=1.15&view=log Yeah, I saw that on the rdesktop-devel list... good job, man! I'll get this added today when I get to work. Added to CVS... thanks again |