Ticket #6437 (closed defect: duplicate)
polybori assumes the linker is the GNU one, so breaks if Sun linker is used.
| Reported by: | drkirkby | Owned by: | drkirkby |
|---|---|---|---|
| Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | solaris | Keywords: | solaris GNUism sun linker |
| Cc: | Author(s): | David Kirkby | |
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
polybori-0.5rc.p7/patches/
DefaultBuild? = Default if distribute or rpm_generation or deb_generation:
def DefaultBuild?(arg):
return arg
defaultenv = Environment()
def sonameprefix(env):
if envPLATFORM?=="darwin":
return "-Wl,-dylib_install_name -Wl,"
else:
return '-Wl,-soname,'
It needs modifying if the OS is Solaris and the linker is not GNU, but I don't know how to do it.
Change History
Note: See
TracTickets for help on using
tickets.
