mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Add missing dependency for proper junction point support (when cherry-picking patches).
This commit is contained in:
parent
5bb17cb9ed
commit
2a4af68e93
@ -954,7 +954,7 @@ ntdll-Heap_FreeLists.ok:
|
||||
# | include/ntifs.h
|
||||
# |
|
||||
.INTERMEDIATE: ntdll-Junction_Points.ok
|
||||
ntdll-Junction_Points.ok: ntdll-Fix_Free.ok
|
||||
ntdll-Junction_Points.ok: ntdll-Fix_Free.ok ntdll-DOS_Attributes.ok
|
||||
$(call APPLY_FILE,ntdll-Junction_Points/0001-ntdll-Add-support-for-junction-point-creation.patch)
|
||||
$(call APPLY_FILE,ntdll-Junction_Points/0002-ntdll-Add-support-for-reading-junction-points.patch)
|
||||
$(call APPLY_FILE,ntdll-Junction_Points/0003-ntdll-Add-support-for-deleting-junction-points.patch)
|
||||
|
@ -1,2 +1,3 @@
|
||||
Depends: ntdll-Fix_Free
|
||||
Depends: ntdll-DOS_Attributes
|
||||
Fixes: [12401] Support for Junction Points
|
||||
|
Loading…
Reference in New Issue
Block a user