Summary: | app-office/texmacs does not respect LDFLAGS | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Andrey Grozin <grozin> |
Status: | RESOLVED FIXED | ||
Severity: | QA | CC: | sci |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 331933 | ||
Attachments: | Build log |
Description
Diego Elio Pettenò (RETIRED)
2010-09-23 17:49:42 UTC
Created attachment 248445 [details]
Build log
Thanks, fixed. The defect was not in the main TeXmacs build system (which seems well thought-out), but in tiny binaries used in some plugins (I'd say that most of them are unneeded at all - they are used in plugins for very outdated versions of maxima, mathematica, maple). These tiny binaries are produced from tiny C (or C++) files by tiny Makefiles. And they did not respect LDFLAGS (though they respected CFLAGS and CXXFLAGS). |