Modify ↓
#224 closed defect (fixed)
ipsec-tools dependency order
Reported by: | anonymous | Owned by: | developers |
---|---|---|---|
Priority: | low | Milestone: | Barrier Breaker 14.07 |
Component: | packages | Version: | 2.0 |
Keywords: | ipsec-tools openssl | Cc: |
Description
ipsec-tools requires openssl. If openssl isn't built before ipsec-tools, the ipsec-tools build fails. Is there some way to make sure that openssl gets built first?
Attachments (0)
Change History (2)
comment:1 Changed 12 years ago by nbd
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
Milestone Attitude Adjustment 12.09 deleted
Note: See
TracTickets for help on using
tickets.
it's as simple as adding 'ipsec-tools-compile: openssl-compile' to package/Makefile
fixed in [3013]