#23285 closed enhancement (fixed)
Fix gdchart universal support and dependencies
Reported by: | nox@… | Owned by: | jameskyle@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | |
Port: | gdchart |
Description
This patch fixes universal support and changes all library dependencies to build ones, as gdchart only builds a static library. It also installs README.txt
Attachments (1)
Change History (4)
Changed 15 years ago by nox@…
Attachment: | gdchart-0.11.5_2.diff added |
---|
comment:1 Changed 15 years ago by jameskyle@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by jmroot (Joshua Root)
Can this not build a dynamic library at all? And won't anything linking with the static lib need to link against the dependencies' libs as well, meaning they shouldn't be uninstalled after gdchart's installation?
comment:3 Changed 15 years ago by nox@…
gdchart cannot be used directly at runtime as the only thing it builds is a static library. Ports depending on gdchart should depend on it with build, and declare library dependencies on gdchart dependencies.
Note: See
TracTickets for help on using
tickets.
Thank you for the patch. Tested and committed. Available 30m from this post.