mirror of https://github.com/OISF/suricata
libsuricata-config: fix static library dependency order
When static linking we have a circular dependency between libsuricata_rust, and libsuricata_c, so we have to list each twice. An alternative is to use "-Wl,--start-group", but that isn't portable outside the GNU toolchain.pull/13125/head
parent
49f242b306
commit
272d6c8903
Loading…
Reference in New Issue