Opened 15 years ago
Closed 15 years ago
#19929 closed defect (fixed)
mono dllmap fixes
Reported by: | nox@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | jean-philippe.humbert@… | |
Port: | mono |
Description
Mono uses XML files to locate the various its DLL and dependencies. These XML files does not contain absolute paths and thus we need to set DYLD_LIBRARY_FALLBACK_PATH to workaround the problem. This patch fixes this.
Changes:
- Fix data-config.in dllmap paths.
- Depend on xorg-libX11 instead of xorg-libs.
- Remove useless configure env variables.
- Depend on ICU even on Leopard.
Attachments (2)
Change History (7)
Changed 15 years ago by nox@…
Attachment: | mono-2.4_1.diff added |
---|
comment:1 Changed 15 years ago by nox@…
comment:3 Changed 15 years ago by gui-dos (Guido Soranzio)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
In mono 2.4.2 data/config.in has changed: http://anonsvn.mono-project.com/viewvc/trunk/mono/data/config.in?r1=101923&r2=136039
The diff has to be updated.
Changed 15 years ago by gui-dos (Guido Soranzio)
Attachment: | patch-data-config.in.diff added |
---|
data/config.in patch updated for mono 2.4.2
Note: See
TracTickets for help on using
tickets.
By the way, this patch partially fixes #1936.