Opened 14 years ago
Closed 14 years ago
#1902 closed Patches (fixed)
consistently use symbolic links for versioned libraries under linux
Reported by: | Frank Mori Hess | Owned by: | Vladimir Prus |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | build |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Here is a patch which makes boost create symbolic links to the built libraries instead of some symbolic and some hard links. It adds some fallback code for NT, which does a copy when a symlink is requested (based on the common.hard-link action for NT).
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | build_symbolic_links.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [45445]) Consistently use symlinks when installing Boost.
Fixes #1902. Thanks to Frank Mori Hess for the patch.