Modify ↓
Opened 9 years ago
Closed 9 years ago
#4415 closed defect (fixed)
ead doesn't compile because of wrong dependency
Reported by: | Felix.Braun@… | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | Kamikaze 8.09 RC2 |
Component: | packages | Version: | |
Keywords: | Cc: |
Description
ead depends on the non-existant package "pcap". As a result, if selected in menuconfig, ead fails to compile.
The dependency should probably be corrected to "libpcap".
Attachments (0)
Change History (1)
comment:1 Changed 9 years ago by jow
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed with r13843 - thanks for reporting!