Hi Carsten, Am 25.01.2013 um 10:09 schrieb Carsten Grzemba <[email protected]>: > ocaml runtime needs a static lib. It seems to be that gar exclude static libs > from packaging. Can I add a static lib to package?
Definitely. Just use MERGE_EXCLUDE_STATICLIBS = (which defaults to $(libdir)/.*\.a) and you get the static libs in the tree. Is it really needed at runtime and not the devel package? Best regards -- Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
