| Anonymous | Login | 2026-03-22 19:24 CET |
| Main | My View | View Issues |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0003859 | [pm_tt2] upgrade | minor | always | 2009-08-17 10:34 | 2009-08-19 09:49 | ||
| Reporter | dam | View Status | public | ||||
| Assigned To | bonivart | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | closed | ||||||
| Summary | 0003859: Package needs to include static libs for XS | ||||||
| Description | The should be static libs included in the package, at least DynaLoader.a should be in there or XS won't work. | ||||||
| Additional Information |
You can circumvent stripping static libs from GAR with Index: Makefile =================================================================== --- Makefile (revision 5970) +++ Makefile (working copy) @@ -118,6 +118,9 @@ # Tests take a long time TEST_SCRIPTS = +# Do not exclude static libs as at least DynaLoader.a is needed for XS compilation +MERGE_EXCLUDE_STATICLIBS = + include gar/category.mk ifneq ($(CORE_UPDATES),) POST_TARGETS = install-core-updates |
||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
| Copyright © 2000 - 2008 Mantis Group |