Summary: | net-analyzer/sslscan-1.8.2: LDFLAGS too late in linker line causes -Wl,--as-needed to be ignored (was: fails to build with forced --as-needed (link line order)) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Hans de Graaff <graaff> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ssuominen |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://tinderboxlogs.s3.amazonaws.com/tbamd64.excelsior.flameeyes.eu/net-analyzer%3Asslscan-1.8.2%3A20120805-043527.html | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 129413 |
Description
Diego Elio Pettenò (RETIRED)
2012-08-05 15:01:03 UTC
Should be fixed now. The committed fix is wrong as it places LDFLAGS after libraries in the linker line, which causes LDFLAGS to get partly ignored: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347650 "I don't know for other options, but --as-needed doesn't work if specified after the libraries." (In reply to comment #2) > The committed fix is wrong as it places LDFLAGS after libraries in the > linker line, which causes LDFLAGS to get partly ignored: Thanks. Really fixed now. |