| Bug#: 28359 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: bug-wranglers@gentoo.org | Reported By: hythloday@gentoo.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: dev-libs/lzo does not include assembly symbols when built with gcc-3.3.1; patch to fix. | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2003-09-10 08:19 0000 | |||
| Description: | Opened: 2003-09-10 08:19 0000 |
Due to a multi-line string in autoconf tests in lzo, configure decides that the GCC assembler does not work, and builds without assembly symbols. Reproducible: Always Steps to Reproduce: 1. emerge dev-libs/lzo 2. nm /usr/lib/liblzo.so.1.0.0 | grep asm 3. Actual Results: There are no assembly symbols reported. Expected Results: Assembly symbols (such as _lzo1f_decompress_asm_fast_safe) reported.
Created an attachment (id=17438) [details]
patch to fix this problem.
This patches configure.in, which means that autoconf needs to be run after it
is applied.
added 1.08-r1 with these fixes, thanks for the patch