-
-
Notifications
You must be signed in to change notification settings - Fork 233
Closed
Description
build fails with wrong version of sctplab
expected: build should fail early in configure phase
usrsctp_get_timeout
is added in sctplab/usrsctp#591
also mentioned in sctplab/usrsctp#349
frida-core/lib/base/p2p-glue.c
Line 347 in ab2581a
return usrsctp_get_timeout (); |
error:
[57/144] Linking target lib/agent/libfrida-agent.so
FAILED: lib/agent/libfrida-agent.so
g++ -o lib/agent/libfrida-agent.so ...
ld: lib/base/libfrida-base-1.0.a(p2p-glue.c.o): in function `_frida_sctp_timer_source_get_timeout':
p2p-glue.c:(.text+0x8b3): undefined reference to `usrsctp_get_timeout'
Metadata
Metadata
Assignees
Labels
No labels