Opened 16 years ago
Closed 16 years ago
#2562 closed enhancement (fixed)
Zlib dynamic linking for module
| Reported by: | Mickaël Blanchard | Owned by: | Matthew Burgess |
|---|---|---|---|
| Priority: | low | Milestone: | 6.6 |
| Component: | Book | Version: | SVN |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Since the release 3.8 of module-init-tools, it's possible to link dynamically zlib by passing "--enable-zlib-dynamic" instead of "--enable-zlib". The dynamic version of zlib must be located in /lib for this to work (requirement of module-init-tools, see "./configure --help"). This is the case in LFS, so maybe LFS could use this possibility ?
Change History (2)
comment:1 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in r9176.