Opened 12 years ago
Closed 12 years ago
#8857 closed bug (fixed)
Various build fixes for Darwin
Reported by: | nielx | Owned by: | jscipione |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/Development |
Keywords: | darwin | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
While building the package-management branch I came across various issues with the build layer for Darwin.
I attached several patches:
- Fix for symlinkat
- Move fs_darwin.h to headers/build/host
- Add fdopendir
Attachments (3)
Change History (5)
by , 12 years ago
Attachment: | 0001-Fix-symlinkat-for-Darwin.patch added |
---|
comment:1 by , 12 years ago
patch: | 0 → 1 |
---|
by , 12 years ago
Attachment: | 0002-Move-POSIX-functions-for-Darwin-to-build-headers.patch added |
---|
by , 12 years ago
Attachment: | 0003-Add-fdopendir-implementation-for-Darwin.patch added |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patches 1 and 3 implemented in hrev44515, patch 2 in hrev44516. Thanks nielx